vite-plugin-kiru 0.32.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -6
- package/dist/index.js +24498 -8497
- package/package.json +12 -13
package/dist/index.d.ts
CHANGED
|
@@ -134,12 +134,6 @@ export interface SSGOptions {
|
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
export interface DevtoolsOptions {
|
|
137
|
-
/**
|
|
138
|
-
* Specifies the path to the devtools app displayed via popup
|
|
139
|
-
* @default "/__devtools__"
|
|
140
|
-
*/
|
|
141
|
-
dtClientPathname?: string
|
|
142
|
-
|
|
143
137
|
/**
|
|
144
138
|
* Formats the link displayed in devtools to the component's source code
|
|
145
139
|
* @param path the path to the file that contains the component on disk
|