@modern-js/repo-generator 0.0.0-nightly-20230917160555 → 0.0.0-nightly-20230918160602

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 +3 -1
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -124222,7 +124222,9 @@ var require_chainId2 = __commonJS({
124222
124222
  /** HtmlAsyncChunkPlugin */
124223
124223
  HTML_ASYNC_CHUNK: "html-async-chunk",
124224
124224
  /** SWC_POLYFILL_CHECKER */
124225
- SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin"
124225
+ SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin",
124226
+ /** RouterPlugin */
124227
+ ROUTER_MANIFEST: "route-plugin"
124226
124228
  },
124227
124229
  /** Predefined minimizers */
124228
124230
  MINIMIZER: {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20230917160555",
18
+ "version": "0.0.0-nightly-20230918160602",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
@@ -29,16 +29,16 @@
29
29
  "@types/node": "^14",
30
30
  "jest": "^29",
31
31
  "typescript": "^5",
32
- "@modern-js/base-generator": "0.0.0-nightly-20230917160555",
33
- "@modern-js/generator-common": "0.0.0-nightly-20230917160555",
34
- "@modern-js/generator-plugin": "0.0.0-nightly-20230917160555",
35
- "@modern-js/generator-utils": "0.0.0-nightly-20230917160555",
36
- "@modern-js/module-generator": "0.0.0-nightly-20230917160555",
37
- "@modern-js/monorepo-generator": "0.0.0-nightly-20230917160555",
38
- "@modern-js/mwa-generator": "0.0.0-nightly-20230917160555",
39
- "@modern-js/utils": "0.0.0-nightly-20230917160555",
40
- "@scripts/build": "0.0.0-nightly-20230917160555",
41
- "@scripts/jest-config": "0.0.0-nightly-20230917160555"
32
+ "@modern-js/base-generator": "0.0.0-nightly-20230918160602",
33
+ "@modern-js/generator-common": "0.0.0-nightly-20230918160602",
34
+ "@modern-js/generator-plugin": "0.0.0-nightly-20230918160602",
35
+ "@modern-js/generator-utils": "0.0.0-nightly-20230918160602",
36
+ "@modern-js/module-generator": "0.0.0-nightly-20230918160602",
37
+ "@modern-js/monorepo-generator": "0.0.0-nightly-20230918160602",
38
+ "@modern-js/mwa-generator": "0.0.0-nightly-20230918160602",
39
+ "@modern-js/utils": "0.0.0-nightly-20230918160602",
40
+ "@scripts/build": "0.0.0-nightly-20230918160602",
41
+ "@scripts/jest-config": "0.0.0-nightly-20230918160602"
42
42
  },
43
43
  "sideEffects": false,
44
44
  "publishConfig": {