@modern-js/repo-generator 0.0.0-next-20221220182630 → 0.0.0-next-20221221061705

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -2
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -137464,7 +137464,8 @@ var require_chainId2 = __commonJS({
137464
137464
  IGNORE_CSS: "ignore-css",
137465
137465
  CSS_MODULES_TS: "css-modules-typescript",
137466
137466
  MINI_CSS_EXTRACT: "mini-css-extract",
137467
- IMAGE_COMPRESS: "image-compress"
137467
+ IMAGE_COMPRESS: "image-compress",
137468
+ SVGO: "svgo"
137468
137469
  },
137469
137470
  PLUGIN: {
137470
137471
  HMR: "hmr",
@@ -137489,7 +137490,8 @@ var require_chainId2 = __commonJS({
137489
137490
  SUBRESOURCE_INTEGRITY: "subresource-integrity",
137490
137491
  ASSETS_RETRY: "ASSETS_RETRY",
137491
137492
  AUTO_SET_ROOT_SIZE: "auto-set-root-size",
137492
- HTML_ASYNC_CHUNK: "html-async-chunk"
137493
+ HTML_ASYNC_CHUNK: "html-async-chunk",
137494
+ SwcPolyfillCheckerPlugin: "swc-polyfill-checker-plugin"
137493
137495
  },
137494
137496
  MINIMIZER: {
137495
137497
  JS: "js",
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20221220182630",
14
+ "version": "0.0.0-next-20221221061705",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "main": "./dist/index.js",
17
17
  "files": [
@@ -26,16 +26,16 @@
26
26
  "@types/node": "^14",
27
27
  "jest": "^27",
28
28
  "typescript": "^4",
29
- "@modern-js/base-generator": "0.0.0-next-20221220182630",
30
- "@modern-js/generator-common": "0.0.0-next-20221220182630",
31
- "@modern-js/generator-plugin": "0.0.0-next-20221220182630",
32
- "@modern-js/generator-utils": "0.0.0-next-20221220182630",
33
- "@modern-js/module-generator": "0.0.0-next-20221220182630",
34
- "@modern-js/monorepo-generator": "0.0.0-next-20221220182630",
35
- "@modern-js/mwa-generator": "0.0.0-next-20221220182630",
36
- "@modern-js/utils": "0.0.0-next-20221220182630",
37
- "@scripts/build": "0.0.0-next-20221220182630",
38
- "@scripts/jest-config": "0.0.0-next-20221220182630"
29
+ "@modern-js/base-generator": "0.0.0-next-20221221061705",
30
+ "@modern-js/generator-common": "0.0.0-next-20221221061705",
31
+ "@modern-js/generator-plugin": "0.0.0-next-20221221061705",
32
+ "@modern-js/generator-utils": "0.0.0-next-20221221061705",
33
+ "@modern-js/module-generator": "0.0.0-next-20221221061705",
34
+ "@modern-js/monorepo-generator": "0.0.0-next-20221221061705",
35
+ "@modern-js/mwa-generator": "0.0.0-next-20221221061705",
36
+ "@modern-js/utils": "0.0.0-next-20221221061705",
37
+ "@scripts/build": "0.0.0-next-20221221061705",
38
+ "@scripts/jest-config": "0.0.0-next-20221221061705"
39
39
  },
40
40
  "sideEffects": false,
41
41
  "publishConfig": {