@nuxt/schema-nightly 4.1.2-29293755.13aef2ae → 4.1.2-29293784.656066cd
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.mts +0 -4
- package/dist/index.d.ts +0 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -135,10 +135,6 @@ interface ScanDir {
|
|
|
135
135
|
* Prefix component name by its path.
|
|
136
136
|
*/
|
|
137
137
|
pathPrefix?: boolean;
|
|
138
|
-
/**
|
|
139
|
-
* Ignore scanning this directory if set to `false`
|
|
140
|
-
*/
|
|
141
|
-
enabled?: boolean;
|
|
142
138
|
/**
|
|
143
139
|
* These properties (prefetch/preload) are used in production to configure how components with Lazy prefix are handled by webpack via its magic comments.
|
|
144
140
|
* Learn more on webpack documentation: https://webpack.js.org/api/module-methods/#magic-comments
|
package/dist/index.d.ts
CHANGED
|
@@ -135,10 +135,6 @@ interface ScanDir {
|
|
|
135
135
|
* Prefix component name by its path.
|
|
136
136
|
*/
|
|
137
137
|
pathPrefix?: boolean;
|
|
138
|
-
/**
|
|
139
|
-
* Ignore scanning this directory if set to `false`
|
|
140
|
-
*/
|
|
141
|
-
enabled?: boolean;
|
|
142
138
|
/**
|
|
143
139
|
* These properties (prefetch/preload) are used in production to configure how components with Lazy prefix are handled by webpack via its magic comments.
|
|
144
140
|
* Learn more on webpack documentation: https://webpack.js.org/api/module-methods/#magic-comments
|