@modern-js/repo-generator 0.0.0-next-20230914071641 → 0.0.0-next-20230918091920

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 +5 -7
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -124142,8 +124142,6 @@ var require_chainId2 = __commonJS({
124142
124142
  STYLE: "style-loader",
124143
124143
  /** postcss-loader */
124144
124144
  POSTCSS: "postcss",
124145
- /** markdown-loader */
124146
- MARKDOWN: "markdown",
124147
124145
  /** ignore-css-loader */
124148
124146
  IGNORE_CSS: "ignore-css",
124149
124147
  /** css-modules-typescript-loader */
@@ -124157,9 +124155,7 @@ var require_chainId2 = __commonJS({
124157
124155
  /** builder-plugin-image-compress svgo-loader */
124158
124156
  SVGO: "svgo",
124159
124157
  /** builder-plugin-imagex */
124160
- IMAGEX: "imagex",
124161
- /** storybook-react-docgen */
124162
- REACT_DOCGEN: "react-docgen"
124158
+ IMAGEX: "imagex"
124163
124159
  },
124164
124160
  /** Predefined plugins */
124165
124161
  PLUGIN: {
@@ -124226,7 +124222,9 @@ var require_chainId2 = __commonJS({
124226
124222
  /** HtmlAsyncChunkPlugin */
124227
124223
  HTML_ASYNC_CHUNK: "html-async-chunk",
124228
124224
  /** SWC_POLYFILL_CHECKER */
124229
- SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin"
124225
+ SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin",
124226
+ /** RouterPlugin */
124227
+ ROUTER_MANIFEST: "route-plugin"
124230
124228
  },
124231
124229
  /** Predefined minimizers */
124232
124230
  MINIMIZER: {
@@ -125300,7 +125298,7 @@ var require_logger3 = __commonJS({
125300
125298
  },
125301
125299
  success: {
125302
125300
  color: "green",
125303
- label: "Success",
125301
+ label: "success",
125304
125302
  level: "info"
125305
125303
  },
125306
125304
  warn: {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-20230914071641",
18
+ "version": "0.0.0-next-20230918091920",
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-next-20230914071641",
33
- "@modern-js/generator-common": "0.0.0-next-20230914071641",
34
- "@modern-js/generator-plugin": "0.0.0-next-20230914071641",
35
- "@modern-js/generator-utils": "0.0.0-next-20230914071641",
36
- "@modern-js/module-generator": "0.0.0-next-20230914071641",
37
- "@modern-js/monorepo-generator": "0.0.0-next-20230914071641",
38
- "@modern-js/mwa-generator": "0.0.0-next-20230914071641",
39
- "@modern-js/utils": "0.0.0-next-20230914071641",
40
- "@scripts/build": "0.0.0-next-20230914071641",
41
- "@scripts/jest-config": "0.0.0-next-20230914071641"
32
+ "@modern-js/base-generator": "0.0.0-next-20230918091920",
33
+ "@modern-js/module-generator": "0.0.0-next-20230918091920",
34
+ "@modern-js/generator-common": "0.0.0-next-20230918091920",
35
+ "@modern-js/monorepo-generator": "0.0.0-next-20230918091920",
36
+ "@modern-js/utils": "0.0.0-next-20230918091920",
37
+ "@modern-js/mwa-generator": "0.0.0-next-20230918091920",
38
+ "@modern-js/generator-plugin": "0.0.0-next-20230918091920",
39
+ "@modern-js/generator-utils": "0.0.0-next-20230918091920",
40
+ "@scripts/build": "0.0.0-next-20230918091920",
41
+ "@scripts/jest-config": "0.0.0-next-20230918091920"
42
42
  },
43
43
  "sideEffects": false,
44
44
  "publishConfig": {