@modern-js/utils 1.3.5 → 1.3.6
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/CHANGELOG.md
CHANGED
|
@@ -233,12 +233,7 @@ export const PLUGIN_SCHEMAS = {
|
|
|
233
233
|
}
|
|
234
234
|
}],
|
|
235
235
|
'@modern-js/plugin-unbundle': [{
|
|
236
|
-
target: '
|
|
237
|
-
schema: {
|
|
238
|
-
type: 'boolean'
|
|
239
|
-
}
|
|
240
|
-
}, {
|
|
241
|
-
target: 'server.https',
|
|
236
|
+
target: 'output.disableAutoImportStyle',
|
|
242
237
|
schema: {
|
|
243
238
|
type: 'boolean'
|
|
244
239
|
}
|
|
@@ -252,12 +252,7 @@ const PLUGIN_SCHEMAS = {
|
|
|
252
252
|
}
|
|
253
253
|
}],
|
|
254
254
|
'@modern-js/plugin-unbundle': [{
|
|
255
|
-
target: '
|
|
256
|
-
schema: {
|
|
257
|
-
type: 'boolean'
|
|
258
|
-
}
|
|
259
|
-
}, {
|
|
260
|
-
target: 'server.https',
|
|
255
|
+
target: 'output.disableAutoImportStyle',
|
|
261
256
|
schema: {
|
|
262
257
|
type: 'boolean'
|
|
263
258
|
}
|
|
@@ -233,12 +233,7 @@ export var PLUGIN_SCHEMAS = {
|
|
|
233
233
|
}
|
|
234
234
|
}],
|
|
235
235
|
'@modern-js/plugin-unbundle': [{
|
|
236
|
-
target: '
|
|
237
|
-
schema: {
|
|
238
|
-
type: 'boolean'
|
|
239
|
-
}
|
|
240
|
-
}, {
|
|
241
|
-
target: 'server.https',
|
|
236
|
+
target: 'output.disableAutoImportStyle',
|
|
242
237
|
schema: {
|
|
243
238
|
type: 'boolean'
|
|
244
239
|
}
|