@modern-js/repo-generator 0.0.0-next-20221204140532 → 0.0.0-next-20221205094937
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 -2
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -141641,7 +141641,8 @@ var require_chainId2 = __commonJSMin((exports) => {
|
|
|
141641
141641
|
SVG_INLINE: "svg-inline",
|
|
141642
141642
|
ASSETS: "assets",
|
|
141643
141643
|
ASSETS_URL: "assets-url",
|
|
141644
|
-
ASSETS_INLINE: "assets-inline"
|
|
141644
|
+
ASSETS_INLINE: "assets-inline",
|
|
141645
|
+
IMAGE_COMPRESS: "image-compress"
|
|
141645
141646
|
},
|
|
141646
141647
|
USE: {
|
|
141647
141648
|
TS: "ts",
|
|
@@ -141663,7 +141664,8 @@ var require_chainId2 = __commonJSMin((exports) => {
|
|
|
141663
141664
|
MARKDOWN: "markdown",
|
|
141664
141665
|
IGNORE_CSS: "ignore-css",
|
|
141665
141666
|
CSS_MODULES_TS: "css-modules-typescript",
|
|
141666
|
-
MINI_CSS_EXTRACT: "mini-css-extract"
|
|
141667
|
+
MINI_CSS_EXTRACT: "mini-css-extract",
|
|
141668
|
+
IMAGE_COMPRESS: "image-compress"
|
|
141667
141669
|
},
|
|
141668
141670
|
PLUGIN: {
|
|
141669
141671
|
HMR: "hmr",
|
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-20221205094937",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"@types/node": "^14",
|
|
30
30
|
"jest": "^27",
|
|
31
31
|
"typescript": "^4",
|
|
32
|
-
"@modern-js/base-generator": "0.0.0-next-
|
|
33
|
-
"@modern-js/generator-common": "0.0.0-next-
|
|
34
|
-
"@modern-js/generator-plugin": "0.0.0-next-
|
|
35
|
-
"@modern-js/generator-utils": "0.0.0-next-
|
|
36
|
-
"@modern-js/module-generator": "0.0.0-next-
|
|
37
|
-
"@modern-js/monorepo-generator": "0.0.0-next-
|
|
38
|
-
"@modern-js/mwa-generator": "0.0.0-next-
|
|
39
|
-
"@modern-js/utils": "0.0.0-next-
|
|
40
|
-
"@scripts/build": "0.0.0-next-
|
|
41
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
32
|
+
"@modern-js/base-generator": "0.0.0-next-20221205094937",
|
|
33
|
+
"@modern-js/generator-common": "0.0.0-next-20221205094937",
|
|
34
|
+
"@modern-js/generator-plugin": "0.0.0-next-20221205094937",
|
|
35
|
+
"@modern-js/generator-utils": "0.0.0-next-20221205094937",
|
|
36
|
+
"@modern-js/module-generator": "0.0.0-next-20221205094937",
|
|
37
|
+
"@modern-js/monorepo-generator": "0.0.0-next-20221205094937",
|
|
38
|
+
"@modern-js/mwa-generator": "0.0.0-next-20221205094937",
|
|
39
|
+
"@modern-js/utils": "0.0.0-next-20221205094937",
|
|
40
|
+
"@scripts/build": "0.0.0-next-20221205094937",
|
|
41
|
+
"@scripts/jest-config": "0.0.0-next-20221205094937"
|
|
42
42
|
},
|
|
43
43
|
"sideEffects": false,
|
|
44
44
|
"modernConfig": {
|