@modern-js/repo-generator 0.0.0-next-1691465983739 → 0.0.0-next-1691503640663
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 +4 -0
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -122763,6 +122763,10 @@ var require_chainId = __commonJS({
|
|
|
122763
122763
|
HTML_PRECONNECT: "html-preconnect-plugin",
|
|
122764
122764
|
/** htmlDnsPrefetchPlugin */
|
|
122765
122765
|
HTML_DNS_PREFETCH: "html-dns-prefetch-plugin",
|
|
122766
|
+
/** htmlPrefetchPlugin */
|
|
122767
|
+
HTML_PREFETCH: "html-prefetch-plugin",
|
|
122768
|
+
/** htmlPreloadPlugin */
|
|
122769
|
+
HTML_PRELOAD: "html-preload-plugin",
|
|
122766
122770
|
/** MiniCssExtractPlugin */
|
|
122767
122771
|
MINI_CSS_EXTRACT: "mini-css-extract",
|
|
122768
122772
|
/** VueLoaderPlugin */
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-next-
|
|
18
|
+
"version": "0.0.0-next-1691503640663",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"@types/node": "^14",
|
|
30
30
|
"jest": "^29",
|
|
31
31
|
"typescript": "^5",
|
|
32
|
-
"@modern-js/generator
|
|
33
|
-
"@modern-js/
|
|
34
|
-
"@modern-js/
|
|
35
|
-
"@modern-js/
|
|
36
|
-
"@modern-js/
|
|
37
|
-
"@modern-js/
|
|
38
|
-
"@modern-js/generator
|
|
39
|
-
"@modern-js/generator
|
|
40
|
-
"@modern-js/
|
|
41
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
42
|
-
"@scripts/build": "0.0.0-next-
|
|
32
|
+
"@modern-js/base-generator": "0.0.0-next-1691503640663",
|
|
33
|
+
"@modern-js/generator-common": "0.0.0-next-1691503640663",
|
|
34
|
+
"@modern-js/generator-plugin": "0.0.0-next-1691503640663",
|
|
35
|
+
"@modern-js/generator-utils": "0.0.0-next-1691503640663",
|
|
36
|
+
"@modern-js/module-generator": "0.0.0-next-1691503640663",
|
|
37
|
+
"@modern-js/monorepo-generator": "0.0.0-next-1691503640663",
|
|
38
|
+
"@modern-js/mwa-generator": "0.0.0-next-1691503640663",
|
|
39
|
+
"@modern-js/doc-generator": "0.0.0-next-1691503640663",
|
|
40
|
+
"@modern-js/utils": "0.0.0-next-1691503640663",
|
|
41
|
+
"@scripts/jest-config": "0.0.0-next-1691503640663",
|
|
42
|
+
"@scripts/build": "0.0.0-next-1691503640663"
|
|
43
43
|
},
|
|
44
44
|
"sideEffects": false,
|
|
45
45
|
"publishConfig": {
|