@modern-js/monorepo-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.
- package/dist/index.js +3 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
@@ -116907,7 +116907,9 @@ var require_chainId2 = __commonJS({
|
|
116907
116907
|
/** HtmlAsyncChunkPlugin */
|
116908
116908
|
HTML_ASYNC_CHUNK: "html-async-chunk",
|
116909
116909
|
/** SWC_POLYFILL_CHECKER */
|
116910
|
-
SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin"
|
116910
|
+
SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin",
|
116911
|
+
/** RouterPlugin */
|
116912
|
+
ROUTER_MANIFEST: "route-plugin"
|
116911
116913
|
},
|
116912
116914
|
/** Predefined minimizers */
|
116913
116915
|
MINIMIZER: {
|
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "0.0.0-nightly-
|
18
|
+
"version": "0.0.0-nightly-20230918160602",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"main": "./dist/index.js",
|
21
21
|
"files": [
|
@@ -30,14 +30,14 @@
|
|
30
30
|
"@types/node": "^14",
|
31
31
|
"jest": "^29",
|
32
32
|
"typescript": "^5",
|
33
|
-
"@modern-js/base-generator": "0.0.0-nightly-
|
34
|
-
"@modern-js/changeset-generator": "0.0.0-nightly-
|
35
|
-
"@modern-js/generator-common": "0.0.0-nightly-
|
36
|
-
"@modern-js/generator-utils": "0.0.0-nightly-
|
37
|
-
"@modern-js/plugin-i18n": "0.0.0-nightly-
|
38
|
-
"@modern-js/packages-generator": "0.0.0-nightly-
|
39
|
-
"@scripts/build": "0.0.0-nightly-
|
40
|
-
"@scripts/jest-config": "0.0.0-nightly-
|
33
|
+
"@modern-js/base-generator": "0.0.0-nightly-20230918160602",
|
34
|
+
"@modern-js/changeset-generator": "0.0.0-nightly-20230918160602",
|
35
|
+
"@modern-js/generator-common": "0.0.0-nightly-20230918160602",
|
36
|
+
"@modern-js/generator-utils": "0.0.0-nightly-20230918160602",
|
37
|
+
"@modern-js/plugin-i18n": "0.0.0-nightly-20230918160602",
|
38
|
+
"@modern-js/packages-generator": "0.0.0-nightly-20230918160602",
|
39
|
+
"@scripts/build": "0.0.0-nightly-20230918160602",
|
40
|
+
"@scripts/jest-config": "0.0.0-nightly-20230918160602"
|
41
41
|
},
|
42
42
|
"sideEffects": false,
|
43
43
|
"publishConfig": {
|