@modern-js/repo-generator 0.0.0-next-cb457b8 → 0.0.0-next-1f210c066
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 -3
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -139689,7 +139689,7 @@ var ZH_LOCALE = {
|
|
|
139689
139689
|
polyfill: "启用「基于 UA 的 Polyfill」功能",
|
|
139690
139690
|
proxy: "启用「全局代理」",
|
|
139691
139691
|
swc: "启用「SWC 编译」",
|
|
139692
|
-
rspack: "启用「
|
|
139692
|
+
rspack: "启用「Rspack 构建」(实验性)"
|
|
139693
139693
|
},
|
|
139694
139694
|
element: {
|
|
139695
139695
|
self: "创建工程元素",
|
|
@@ -139743,7 +139743,7 @@ var ZH_LOCALE = {
|
|
|
139743
139743
|
buildTools: {
|
|
139744
139744
|
self: "请选择构建工具",
|
|
139745
139745
|
webpack: "webpack",
|
|
139746
|
-
rspack: "
|
|
139746
|
+
rspack: "Rspack (实验性)"
|
|
139747
139747
|
}
|
|
139748
139748
|
};
|
|
139749
139749
|
|
|
@@ -139786,7 +139786,7 @@ var EN_LOCALE = {
|
|
|
139786
139786
|
polyfill: "Enable UA-based Polyfill Feature",
|
|
139787
139787
|
proxy: "Enable Global Proxy",
|
|
139788
139788
|
swc: "Enable SWC Compile",
|
|
139789
|
-
rspack: "Enable
|
|
139789
|
+
rspack: "Enable Rspack Build (experimental)"
|
|
139790
139790
|
},
|
|
139791
139791
|
element: {
|
|
139792
139792
|
self: "Create project element",
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-next-
|
|
14
|
+
"version": "0.0.0-next-1f210c066",
|
|
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/generator
|
|
30
|
-
"@modern-js/
|
|
31
|
-
"@modern-js/module-generator": "0.0.0-next-
|
|
32
|
-
"@modern-js/
|
|
33
|
-
"@modern-js/
|
|
34
|
-
"@modern-js/utils": "0.0.0-next-
|
|
35
|
-
"@modern-js/generator-common": "0.0.0-next-
|
|
36
|
-
"@modern-js/generator-
|
|
37
|
-
"@scripts/build": "0.0.0-next-
|
|
38
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
29
|
+
"@modern-js/base-generator": "0.0.0-next-1f210c066",
|
|
30
|
+
"@modern-js/generator-utils": "0.0.0-next-1f210c066",
|
|
31
|
+
"@modern-js/module-generator": "0.0.0-next-1f210c066",
|
|
32
|
+
"@modern-js/monorepo-generator": "0.0.0-next-1f210c066",
|
|
33
|
+
"@modern-js/mwa-generator": "0.0.0-next-1f210c066",
|
|
34
|
+
"@modern-js/utils": "0.0.0-next-1f210c066",
|
|
35
|
+
"@modern-js/generator-common": "0.0.0-next-1f210c066",
|
|
36
|
+
"@modern-js/generator-plugin": "0.0.0-next-1f210c066",
|
|
37
|
+
"@scripts/build": "0.0.0-next-1f210c066",
|
|
38
|
+
"@scripts/jest-config": "0.0.0-next-1f210c066"
|
|
39
39
|
},
|
|
40
40
|
"sideEffects": false,
|
|
41
41
|
"publishConfig": {
|