@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
@@ -1,5 +1,11 @@
1
1
  # @modern-js/utils
2
2
 
3
+ ## 1.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - c2046f37: fix: plugin unbundle schema define
8
+
3
9
  ## 1.3.5
4
10
 
5
11
  ### Patch Changes
@@ -233,12 +233,7 @@ export const PLUGIN_SCHEMAS = {
233
233
  }
234
234
  }],
235
235
  '@modern-js/plugin-unbundle': [{
236
- target: 'source.disableAutoImportStyle',
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: 'source.disableAutoImportStyle',
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: 'source.disableAutoImportStyle',
237
- schema: {
238
- type: 'boolean'
239
- }
240
- }, {
241
- target: 'server.https',
236
+ target: 'output.disableAutoImportStyle',
242
237
  schema: {
243
238
  type: 'boolean'
244
239
  }
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.3.5",
14
+ "version": "1.3.6",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",