@modern-js/utils 1.3.5 → 1.3.6
Sign up to get free protection for your applications and to get access to all the features.
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
|
}
|