@modern-js/repo-generator 0.0.0-next-1686828255168 → 0.0.0-next-1686838080741

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 +11 -5
  2. package/package.json +12 -12
package/dist/index.js CHANGED
@@ -122652,6 +122652,8 @@ var require_chainId = __commonJS({
122652
122652
  SVG: "svg",
122653
122653
  /** Rule for pug */
122654
122654
  PUG: "pug",
122655
+ /** Rule for Vue */
122656
+ VUE: "vue",
122655
122657
  /** Rule for toml */
122656
122658
  TOML: "toml",
122657
122659
  /** Rule for yaml */
@@ -122682,6 +122684,8 @@ var require_chainId = __commonJS({
122682
122684
  URL: "url",
122683
122685
  /** pug-loader */
122684
122686
  PUG: "pug",
122687
+ /** vue-loader */
122688
+ VUE: "vue",
122685
122689
  /** file-loader */
122686
122690
  FILE: "file",
122687
122691
  /** @svgr/webpack */
@@ -122751,12 +122755,16 @@ var require_chainId = __commonJS({
122751
122755
  BUNDLE_ANALYZER: "bundle-analyze",
122752
122756
  /** BottomTemplatePlugin */
122753
122757
  BOTTOM_TEMPLATE: "bottom-template",
122754
- /** HtmlCrossOriginPlugin */
122755
- HTML_CROSS_ORIGIN: "html-cross-origin",
122758
+ /** HtmlTagsPlugin */
122759
+ HTML_TAGS: "html-tags",
122756
122760
  /** HtmlNoncePlugin */
122757
122761
  HTML_NONCE: "html-nonce",
122762
+ /** HtmlCrossOriginPlugin */
122763
+ HTML_CROSS_ORIGIN: "html-cross-origin",
122758
122764
  /** MiniCssExtractPlugin */
122759
122765
  MINI_CSS_EXTRACT: "mini-css-extract",
122766
+ /** VueLoaderPlugin */
122767
+ VUE_LOADER_PLUGIN: "vue-loader-plugin",
122760
122768
  /** ReactFastRefreshPlugin */
122761
122769
  REACT_FAST_REFRESH: "react-fast-refresh",
122762
122770
  /** ProvidePlugin for node polyfill */
@@ -122770,9 +122778,7 @@ var require_chainId = __commonJS({
122770
122778
  /** HtmlAsyncChunkPlugin */
122771
122779
  HTML_ASYNC_CHUNK: "html-async-chunk",
122772
122780
  /** SWC_POLYFILL_CHECKER */
122773
- SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin",
122774
- /** HtmlTagsPlugin */
122775
- HTML_TAGS: "html-tags"
122781
+ SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin"
122776
122782
  },
122777
122783
  /** Predefined minimizers */
122778
122784
  MINIMIZER: {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1686828255168",
18
+ "version": "0.0.0-next-1686838080741",
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/base-generator": "0.0.0-next-1686828255168",
33
- "@modern-js/generator-common": "0.0.0-next-1686828255168",
34
- "@modern-js/generator-plugin": "0.0.0-next-1686828255168",
35
- "@modern-js/generator-utils": "0.0.0-next-1686828255168",
36
- "@modern-js/module-generator": "0.0.0-next-1686828255168",
37
- "@modern-js/monorepo-generator": "0.0.0-next-1686828255168",
38
- "@modern-js/mwa-generator": "0.0.0-next-1686828255168",
39
- "@modern-js/doc-generator": "0.0.0-next-1686828255168",
40
- "@modern-js/utils": "0.0.0-next-1686828255168",
41
- "@scripts/build": "0.0.0-next-1686828255168",
42
- "@scripts/jest-config": "0.0.0-next-1686828255168"
32
+ "@modern-js/base-generator": "0.0.0-next-1686838080741",
33
+ "@modern-js/generator-common": "0.0.0-next-1686838080741",
34
+ "@modern-js/generator-plugin": "0.0.0-next-1686838080741",
35
+ "@modern-js/generator-utils": "0.0.0-next-1686838080741",
36
+ "@modern-js/module-generator": "0.0.0-next-1686838080741",
37
+ "@modern-js/monorepo-generator": "0.0.0-next-1686838080741",
38
+ "@modern-js/mwa-generator": "0.0.0-next-1686838080741",
39
+ "@modern-js/doc-generator": "0.0.0-next-1686838080741",
40
+ "@modern-js/utils": "0.0.0-next-1686838080741",
41
+ "@scripts/build": "0.0.0-next-1686838080741",
42
+ "@scripts/jest-config": "0.0.0-next-1686838080741"
43
43
  },
44
44
  "sideEffects": false,
45
45
  "publishConfig": {