@modern-js/main-doc 2.3.0 → 2.4.0

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 (212) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/en/components/init-app.mdx +1 -1
  3. package/en/configure/app/dev/asset-prefix.mdx +1 -1
  4. package/en/configure/app/dev/hmr.mdx +1 -1
  5. package/en/configure/app/dev/https.mdx +1 -1
  6. package/en/configure/app/dev/port.mdx +1 -1
  7. package/en/configure/app/dev/progress-bar.mdx +1 -1
  8. package/en/configure/app/dev/start-url.mdx +1 -1
  9. package/en/configure/app/experiments/lazy-compilation.mdx +1 -1
  10. package/en/configure/app/html/app-icon.mdx +1 -1
  11. package/en/configure/app/html/crossorigin.mdx +1 -1
  12. package/en/configure/app/html/disable-html-folder.mdx +1 -1
  13. package/en/configure/app/html/favicon-by-entries.mdx +1 -1
  14. package/en/configure/app/html/favicon.mdx +1 -1
  15. package/en/configure/app/html/inject-by-entries.mdx +1 -1
  16. package/en/configure/app/html/inject.mdx +1 -1
  17. package/en/configure/app/html/meta-by-entries.mdx +1 -1
  18. package/en/configure/app/html/meta.mdx +1 -1
  19. package/en/configure/app/html/mount-id.mdx +1 -1
  20. package/en/configure/app/html/tags-by-entries.mdx +1 -1
  21. package/en/configure/app/html/tags.mdx +1 -1
  22. package/en/configure/app/html/template-by-entries.mdx +1 -1
  23. package/en/configure/app/html/template-parameters-by-entries.mdx +1 -1
  24. package/en/configure/app/html/template-parameters.mdx +1 -1
  25. package/en/configure/app/html/template.mdx +1 -1
  26. package/en/configure/app/html/title-by-entries.mdx +1 -1
  27. package/en/configure/app/html/title.mdx +1 -1
  28. package/en/configure/app/output/asset-prefix.mdx +1 -1
  29. package/en/configure/app/output/assets-retry.mdx +1 -1
  30. package/en/configure/app/output/charset.mdx +1 -1
  31. package/en/configure/app/output/clean-dist-path.mdx +1 -1
  32. package/en/configure/app/output/convert-to-rem.mdx +1 -1
  33. package/en/configure/app/output/copy.mdx +1 -1
  34. package/en/configure/app/output/css-module-local-ident-name.mdx +1 -1
  35. package/en/configure/app/output/data-uri-limit.mdx +1 -1
  36. package/en/configure/app/output/disable-css-extract.mdx +1 -1
  37. package/en/configure/app/output/disable-css-module-extension.mdx +1 -1
  38. package/en/configure/app/output/disable-filename-hash.mdx +1 -1
  39. package/en/configure/app/output/disable-inline-runtime-chunk.mdx +1 -1
  40. package/en/configure/app/output/disable-minimize.mdx +1 -1
  41. package/en/configure/app/output/disable-source-map.mdx +1 -1
  42. package/en/configure/app/output/disable-ts-checker.mdx +1 -1
  43. package/en/configure/app/output/dist-path.mdx +1 -1
  44. package/en/configure/app/output/enable-asset-fallback.mdx +1 -1
  45. package/en/configure/app/output/enable-asset-manifest.mdx +1 -1
  46. package/en/configure/app/output/enable-css-module-tsdeclaration.mdx +1 -1
  47. package/en/configure/app/output/enable-inline-scripts.mdx +1 -1
  48. package/en/configure/app/output/enable-inline-styles.mdx +1 -1
  49. package/en/configure/app/output/enable-latest-decorators.mdx +1 -1
  50. package/en/configure/app/output/externals.mdx +1 -1
  51. package/en/configure/app/output/filename.mdx +1 -1
  52. package/en/configure/app/output/legal-comments.mdx +1 -1
  53. package/en/configure/app/output/override-browserslist.mdx +1 -1
  54. package/en/configure/app/output/polyfill.mdx +1 -1
  55. package/en/configure/app/output/svg-default-export.mdx +1 -1
  56. package/en/configure/app/performance/build-cache.mdx +1 -1
  57. package/en/configure/app/performance/bundle-analyze.mdx +1 -1
  58. package/en/configure/app/performance/chunk-split.mdx +1 -1
  59. package/en/configure/app/performance/print-file-size.mdx +1 -1
  60. package/en/configure/app/performance/profile.mdx +1 -1
  61. package/en/configure/app/performance/remove-console.mdx +1 -1
  62. package/en/configure/app/performance/remove-moment-locale.mdx +1 -1
  63. package/en/configure/app/security/check-syntax.mdx +1 -1
  64. package/en/configure/app/security/sri.mdx +1 -1
  65. package/en/configure/app/source/alias.mdx +1 -1
  66. package/en/configure/app/source/compile-js-data-uri.mdx +1 -1
  67. package/en/configure/app/source/define.mdx +1 -1
  68. package/en/configure/app/source/exclude.mdx +1 -1
  69. package/en/configure/app/source/global-vars.mdx +1 -1
  70. package/en/configure/app/source/include.mdx +1 -1
  71. package/en/configure/app/source/module-scopes.mdx +1 -1
  72. package/en/configure/app/source/pre-entry.mdx +1 -1
  73. package/en/configure/app/source/resolve-extension-prefix.mdx +1 -1
  74. package/en/configure/app/source/resolve-main-fields.mdx +1 -1
  75. package/en/configure/app/tools/autoprefixer.mdx +1 -1
  76. package/en/configure/app/tools/babel.mdx +1 -1
  77. package/en/configure/app/tools/css-extract.mdx +1 -1
  78. package/en/configure/app/tools/css-loader.mdx +1 -1
  79. package/en/configure/app/tools/dev-server.mdx +1 -1
  80. package/en/configure/app/tools/html-plugin.mdx +1 -1
  81. package/en/configure/app/tools/inspector.mdx +1 -1
  82. package/en/configure/app/tools/less.mdx +1 -1
  83. package/en/configure/app/tools/minify-css.mdx +1 -1
  84. package/en/configure/app/tools/postcss.mdx +1 -1
  85. package/en/configure/app/tools/pug.mdx +1 -1
  86. package/en/configure/app/tools/sass.mdx +1 -1
  87. package/en/configure/app/tools/style-loader.mdx +1 -1
  88. package/en/configure/app/tools/styled-components.mdx +1 -1
  89. package/en/configure/app/tools/terser.mdx +1 -1
  90. package/en/configure/app/tools/ts-checker.mdx +1 -1
  91. package/en/configure/app/tools/ts-loader.mdx +1 -1
  92. package/en/configure/app/tools/webpack-chain.mdx +1 -1
  93. package/en/configure/app/tools/webpack.mdx +1 -1
  94. package/en/configure/app/usage.mdx +63 -0
  95. package/en/guides/advanced-features/_category_.json +5 -0
  96. package/en/guides/advanced-features/ssr.mdx +2 -2
  97. package/en/guides/basic-features/_category_.json +5 -0
  98. package/en/guides/basic-features/builder.mdx +1 -1
  99. package/en/guides/basic-features/routes.mdx +28 -0
  100. package/en/guides/concept/_category_.json +5 -0
  101. package/en/guides/get-started/_category_.json +5 -0
  102. package/en/guides/topic-detail/generator/config/{mwa.mdx → app.mdx} +1 -1
  103. package/en/guides/topic-detail/generator/plugin/api/new/createElement.mdx +1 -1
  104. package/en/guides/topic-detail/generator/plugin/api/new/enableFunc.mdx +1 -1
  105. package/en/guides/topic-detail/generator/plugin/api/new/introduce.mdx +1 -1
  106. package/en/guides/topic-detail/generator/plugin/develop.mdx +2 -2
  107. package/package.json +3 -3
  108. package/scripts/config.ts +1 -1
  109. package/zh/components/custom-router-micro-frontend.mdx +40 -0
  110. package/zh/components/enable-micro-frontend.mdx +12 -2
  111. package/zh/components/micro-runtime-config.mdx +9 -10
  112. package/zh/configure/app/dev/asset-prefix.mdx +1 -1
  113. package/zh/configure/app/dev/hmr.mdx +1 -1
  114. package/zh/configure/app/dev/https.mdx +1 -1
  115. package/zh/configure/app/dev/port.mdx +1 -1
  116. package/zh/configure/app/dev/progress-bar.mdx +1 -1
  117. package/zh/configure/app/dev/start-url.mdx +1 -1
  118. package/zh/configure/app/experiments/lazy-compilation.mdx +1 -1
  119. package/zh/configure/app/html/app-icon.mdx +1 -1
  120. package/zh/configure/app/html/crossorigin.mdx +1 -1
  121. package/zh/configure/app/html/disable-html-folder.mdx +1 -1
  122. package/zh/configure/app/html/favicon-by-entries.mdx +1 -1
  123. package/zh/configure/app/html/favicon.mdx +1 -1
  124. package/zh/configure/app/html/inject-by-entries.mdx +1 -1
  125. package/zh/configure/app/html/inject.mdx +1 -1
  126. package/zh/configure/app/html/meta-by-entries.mdx +1 -1
  127. package/zh/configure/app/html/meta.mdx +1 -1
  128. package/zh/configure/app/html/mount-id.mdx +1 -1
  129. package/zh/configure/app/html/tags-by-entries.mdx +1 -1
  130. package/zh/configure/app/html/tags.mdx +1 -1
  131. package/zh/configure/app/html/template-by-entries.mdx +1 -1
  132. package/zh/configure/app/html/template-parameters-by-entries.mdx +1 -1
  133. package/zh/configure/app/html/template-parameters.mdx +1 -1
  134. package/zh/configure/app/html/template.mdx +1 -1
  135. package/zh/configure/app/html/title-by-entries.mdx +1 -1
  136. package/zh/configure/app/html/title.mdx +1 -1
  137. package/zh/configure/app/output/asset-prefix.mdx +1 -1
  138. package/zh/configure/app/output/assets-retry.mdx +1 -1
  139. package/zh/configure/app/output/charset.mdx +1 -1
  140. package/zh/configure/app/output/clean-dist-path.mdx +1 -1
  141. package/zh/configure/app/output/convert-to-rem.mdx +1 -1
  142. package/zh/configure/app/output/copy.mdx +1 -1
  143. package/zh/configure/app/output/css-module-local-ident-name.mdx +1 -1
  144. package/zh/configure/app/output/data-uri-limit.mdx +1 -1
  145. package/zh/configure/app/output/disable-css-extract.mdx +1 -1
  146. package/zh/configure/app/output/disable-css-module-extension.mdx +1 -1
  147. package/zh/configure/app/output/disable-filename-hash.mdx +1 -1
  148. package/zh/configure/app/output/disable-inline-runtime-chunk.mdx +1 -1
  149. package/zh/configure/app/output/disable-minimize.mdx +1 -1
  150. package/zh/configure/app/output/disable-source-map.mdx +1 -1
  151. package/zh/configure/app/output/disable-ts-checker.mdx +1 -1
  152. package/zh/configure/app/output/dist-path.mdx +1 -1
  153. package/zh/configure/app/output/enable-asset-fallback.mdx +1 -1
  154. package/zh/configure/app/output/enable-asset-manifest.mdx +1 -1
  155. package/zh/configure/app/output/enable-css-module-tsdeclaration.mdx +1 -1
  156. package/zh/configure/app/output/enable-inline-scripts.mdx +1 -1
  157. package/zh/configure/app/output/enable-inline-styles.mdx +1 -1
  158. package/zh/configure/app/output/enable-latest-decorators.mdx +1 -1
  159. package/zh/configure/app/output/externals.mdx +1 -1
  160. package/zh/configure/app/output/filename.mdx +1 -1
  161. package/zh/configure/app/output/legal-comments.mdx +1 -1
  162. package/zh/configure/app/output/override-browserslist.mdx +1 -1
  163. package/zh/configure/app/output/polyfill.mdx +1 -1
  164. package/zh/configure/app/output/svg-default-export.mdx +1 -1
  165. package/zh/configure/app/performance/build-cache.mdx +1 -1
  166. package/zh/configure/app/performance/bundle-analyze.mdx +1 -1
  167. package/zh/configure/app/performance/chunk-split.mdx +1 -1
  168. package/zh/configure/app/performance/print-file-size.mdx +1 -1
  169. package/zh/configure/app/performance/profile.mdx +1 -1
  170. package/zh/configure/app/performance/remove-console.mdx +1 -1
  171. package/zh/configure/app/performance/remove-moment-locale.mdx +1 -1
  172. package/zh/configure/app/security/check-syntax.mdx +1 -1
  173. package/zh/configure/app/security/sri.mdx +1 -1
  174. package/zh/configure/app/source/alias.mdx +1 -1
  175. package/zh/configure/app/source/compile-js-data-uri.mdx +1 -1
  176. package/zh/configure/app/source/define.mdx +1 -1
  177. package/zh/configure/app/source/exclude.mdx +1 -1
  178. package/zh/configure/app/source/global-vars.mdx +1 -1
  179. package/zh/configure/app/source/include.mdx +1 -1
  180. package/zh/configure/app/source/module-scopes.mdx +1 -1
  181. package/zh/configure/app/source/pre-entry.mdx +1 -1
  182. package/zh/configure/app/source/resolve-extension-prefix.mdx +1 -1
  183. package/zh/configure/app/source/resolve-main-fields.mdx +1 -1
  184. package/zh/configure/app/tools/autoprefixer.mdx +1 -1
  185. package/zh/configure/app/tools/babel.mdx +1 -1
  186. package/zh/configure/app/tools/css-extract.mdx +1 -1
  187. package/zh/configure/app/tools/css-loader.mdx +1 -1
  188. package/zh/configure/app/tools/dev-server.mdx +1 -1
  189. package/zh/configure/app/tools/html-plugin.mdx +1 -1
  190. package/zh/configure/app/tools/inspector.mdx +1 -1
  191. package/zh/configure/app/tools/less.mdx +1 -1
  192. package/zh/configure/app/tools/minify-css.mdx +1 -1
  193. package/zh/configure/app/tools/postcss.mdx +1 -1
  194. package/zh/configure/app/tools/pug.mdx +1 -1
  195. package/zh/configure/app/tools/sass.mdx +1 -1
  196. package/zh/configure/app/tools/style-loader.mdx +1 -1
  197. package/zh/configure/app/tools/styled-components.mdx +1 -1
  198. package/zh/configure/app/tools/terser.mdx +1 -1
  199. package/zh/configure/app/tools/ts-checker.mdx +1 -1
  200. package/zh/configure/app/tools/ts-loader.mdx +1 -1
  201. package/zh/configure/app/tools/webpack-chain.mdx +1 -1
  202. package/zh/configure/app/tools/webpack.mdx +1 -1
  203. package/zh/configure/app/usage.mdx +63 -0
  204. package/zh/guides/advanced-features/ssr.mdx +2 -2
  205. package/zh/guides/basic-features/routes.mdx +28 -1
  206. package/zh/guides/topic-detail/generator/config/{mwa.mdx → app.mdx} +1 -1
  207. package/zh/guides/topic-detail/generator/plugin/api/new/createElement.mdx +1 -1
  208. package/zh/guides/topic-detail/generator/plugin/api/new/enableFunc.mdx +1 -1
  209. package/zh/guides/topic-detail/generator/plugin/api/new/introduce.mdx +2 -2
  210. package/zh/guides/topic-detail/generator/plugin/develop.mdx +3 -3
  211. package/zh/guides/topic-detail/micro-frontend/c02-development.mdx +128 -61
  212. package/zh/guides/topic-detail/micro-frontend/c03-main-app.mdx +71 -40
@@ -1,4 +1,4 @@
1
1
 
2
- > @modern-js/main-doc@2.3.0 build /github/workspace/packages/toolkit/main-doc
2
+ > @modern-js/main-doc@2.4.0 build /github/workspace/packages/toolkit/main-doc
3
3
  > npx ts-node ./scripts/sync.ts
4
4
 
@@ -1,7 +1,7 @@
1
1
  Modern.js generator will provide an interactive Q & A interface, initialization items according to the result, according to the default selection:
2
2
 
3
3
  ```bash
4
- ? Please select the solution you want to create: MWA Solution
4
+ ? Please select the solution you want to create: Web App Solution
5
5
  ? Development Language: TS
6
6
  ? Package Management Tool: pnpm
7
7
  ```
@@ -5,7 +5,7 @@ sidebar_label: assetPrefix
5
5
  # dev.assetPrefix
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [dev.assetPrefix](https://modernjs.dev/builder/en/api/config-dev.html#dev-assetprefix)。
8
+ This config is provided by Modern.js Builder, more detail can see [dev.assetPrefix](https://modernjs.dev/builder/en/api/config-dev.html#devassetprefix)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/dev/assetPrefix.md'
@@ -5,7 +5,7 @@ sidebar_label: hmr
5
5
  # dev.hmr
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [dev.hmr](https://modernjs.dev/builder/en/api/config-dev.html#dev-hmr)。
8
+ This config is provided by Modern.js Builder, more detail can see [dev.hmr](https://modernjs.dev/builder/en/api/config-dev.html#devhmr)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/dev/hmr.md'
@@ -5,7 +5,7 @@ sidebar_label: https
5
5
  # dev.https
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [dev.https](https://modernjs.dev/builder/en/api/config-dev.html#dev-https)。
8
+ This config is provided by Modern.js Builder, more detail can see [dev.https](https://modernjs.dev/builder/en/api/config-dev.html#devhttps)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/dev/https.md'
@@ -5,7 +5,7 @@ sidebar_label: port
5
5
  # dev.port
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [dev.port](https://modernjs.dev/builder/en/api/config-dev.html#dev-port)。
8
+ This config is provided by Modern.js Builder, more detail can see [dev.port](https://modernjs.dev/builder/en/api/config-dev.html#devport)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/dev/port.md'
@@ -5,7 +5,7 @@ sidebar_label: progressBar
5
5
  # dev.progressBar
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [dev.progressBar](https://modernjs.dev/builder/en/api/config-dev.html#dev-progressbar)。
8
+ This config is provided by Modern.js Builder, more detail can see [dev.progressBar](https://modernjs.dev/builder/en/api/config-dev.html#devprogressbar)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/dev/progressBar.md'
@@ -5,7 +5,7 @@ sidebar_label: startUrl
5
5
  # dev.startUrl
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [dev.startUrl](https://modernjs.dev/builder/en/api/config-dev.html#dev-starturl)。
8
+ This config is provided by Modern.js Builder, more detail can see [dev.startUrl](https://modernjs.dev/builder/en/api/config-dev.html#devstarturl)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/dev/startUrl.md'
@@ -5,7 +5,7 @@ sidebar_label: lazyCompilation
5
5
  # experiments.lazyCompilation
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [experiments.lazyCompilation](https://modernjs.dev/builder/en/api/config-experiments.html#experiments-lazycompilation)。
8
+ This config is provided by Modern.js Builder, more detail can see [experiments.lazyCompilation](https://modernjs.dev/builder/en/api/config-experiments.html#experimentslazycompilation)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/experiments/lazyCompilation.md'
@@ -5,7 +5,7 @@ sidebar_label: appIcon
5
5
  # html.appIcon
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.appIcon](https://modernjs.dev/builder/en/api/config-html.html#html-appicon)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.appIcon](https://modernjs.dev/builder/en/api/config-html.html#htmlappicon)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/appIcon.md'
@@ -5,7 +5,7 @@ sidebar_label: crossorigin
5
5
  # html.crossorigin
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.crossorigin](https://modernjs.dev/builder/en/api/config-html.html#html-crossorigin)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.crossorigin](https://modernjs.dev/builder/en/api/config-html.html#htmlcrossorigin)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/crossorigin.md'
@@ -5,7 +5,7 @@ sidebar_label: disableHtmlFolder
5
5
  # html.disableHtmlFolder
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.disableHtmlFolder](https://modernjs.dev/builder/en/api/config-html.html#html-disablehtmlfolder)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.disableHtmlFolder](https://modernjs.dev/builder/en/api/config-html.html#htmldisablehtmlfolder)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/disableHtmlFolder.md'
@@ -5,7 +5,7 @@ sidebar_label: faviconByEntries
5
5
  # html.faviconByEntries
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.faviconByEntries](https://modernjs.dev/builder/en/api/config-html.html#html-faviconbyentries)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.faviconByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmlfaviconbyentries)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/faviconByEntries.md'
@@ -5,7 +5,7 @@ sidebar_label: favicon
5
5
  # html.favicon
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.favicon](https://modernjs.dev/builder/en/api/config-html.html#html-favicon)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.favicon](https://modernjs.dev/builder/en/api/config-html.html#htmlfavicon)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/favicon.md'
@@ -5,7 +5,7 @@ sidebar_label: injectByEntries
5
5
  # html.injectByEntries
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.injectByEntries](https://modernjs.dev/builder/en/api/config-html.html#html-injectbyentries)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.injectByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmlinjectbyentries)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/injectByEntries.md'
@@ -5,7 +5,7 @@ sidebar_label: inject
5
5
  # html.inject
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.inject](https://modernjs.dev/builder/en/api/config-html.html#html-inject)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.inject](https://modernjs.dev/builder/en/api/config-html.html#htmlinject)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/inject.md'
@@ -5,7 +5,7 @@ sidebar_label: metaByEntries
5
5
  # html.metaByEntries
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.metaByEntries](https://modernjs.dev/builder/en/api/config-html.html#html-metabyentries)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.metaByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmlmetabyentries)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/metaByEntries.md'
@@ -5,7 +5,7 @@ sidebar_label: meta
5
5
  # html.meta
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.meta](https://modernjs.dev/builder/en/api/config-html.html#html-meta)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.meta](https://modernjs.dev/builder/en/api/config-html.html#htmlmeta)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/meta.md'
@@ -5,7 +5,7 @@ sidebar_label: mountId
5
5
  # html.mountId
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.mountId](https://modernjs.dev/builder/en/api/config-html.html#html-mountid)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.mountId](https://modernjs.dev/builder/en/api/config-html.html#htmlmountid)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/mountId.md'
@@ -5,7 +5,7 @@ sidebar_label: tagsByEntries
5
5
  # html.tagsByEntries
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.tagsByEntries](https://modernjs.dev/builder/en/api/config-html.html#html-tagsbyentries)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.tagsByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmltagsbyentries)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/tagsByEntries.md'
@@ -5,7 +5,7 @@ sidebar_label: tags
5
5
  # html.tags
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.tags](https://modernjs.dev/builder/en/api/config-html.html#html-tags)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.tags](https://modernjs.dev/builder/en/api/config-html.html#htmltags)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/tags.md'
@@ -5,7 +5,7 @@ sidebar_label: templateByEntries
5
5
  # html.templateByEntries
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.templateByEntries](https://modernjs.dev/builder/en/api/config-html.html#html-templatebyentries)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.templateByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmltemplatebyentries)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/templateByEntries.md'
@@ -5,7 +5,7 @@ sidebar_label: templateParametersByEntries
5
5
  # html.templateParametersByEntries
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.templateParametersByEntries](https://modernjs.dev/builder/en/api/config-html.html#html-templateparametersbyentries)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.templateParametersByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmltemplateparametersbyentries)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/templateParametersByEntries.md'
@@ -5,7 +5,7 @@ sidebar_label: templateParameters
5
5
  # html.templateParameters
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.templateParameters](https://modernjs.dev/builder/en/api/config-html.html#html-templateparameters)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.templateParameters](https://modernjs.dev/builder/en/api/config-html.html#htmltemplateparameters)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/templateParameters.md'
@@ -5,7 +5,7 @@ sidebar_label: template
5
5
  # html.template
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.template](https://modernjs.dev/builder/en/api/config-html.html#html-template)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.template](https://modernjs.dev/builder/en/api/config-html.html#htmltemplate)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/template.md'
@@ -5,7 +5,7 @@ sidebar_label: titleByEntries
5
5
  # html.titleByEntries
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.titleByEntries](https://modernjs.dev/builder/en/api/config-html.html#html-titlebyentries)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.titleByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmltitlebyentries)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/titleByEntries.md'
@@ -5,7 +5,7 @@ sidebar_label: title
5
5
  # html.title
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [html.title](https://modernjs.dev/builder/en/api/config-html.html#html-title)。
8
+ This config is provided by Modern.js Builder, more detail can see [html.title](https://modernjs.dev/builder/en/api/config-html.html#htmltitle)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/html/title.md'
@@ -5,7 +5,7 @@ sidebar_label: assetPrefix
5
5
  # output.assetPrefix
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.assetPrefix](https://modernjs.dev/builder/en/api/config-output.html#output-assetprefix)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.assetPrefix](https://modernjs.dev/builder/en/api/config-output.html#outputassetprefix)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/assetPrefix.md'
@@ -5,7 +5,7 @@ sidebar_label: assetsRetry
5
5
  # output.assetsRetry
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.assetsRetry](https://modernjs.dev/builder/en/api/config-output.html#output-assetsretry)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.assetsRetry](https://modernjs.dev/builder/en/api/config-output.html#outputassetsretry)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/assetsRetry.md'
@@ -5,7 +5,7 @@ sidebar_label: charset
5
5
  # output.charset
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.charset](https://modernjs.dev/builder/en/api/config-output.html#output-charset)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.charset](https://modernjs.dev/builder/en/api/config-output.html#outputcharset)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/charset.md'
@@ -5,7 +5,7 @@ sidebar_label: cleanDistPath
5
5
  # output.cleanDistPath
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.cleanDistPath](https://modernjs.dev/builder/en/api/config-output.html#output-cleandistpath)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.cleanDistPath](https://modernjs.dev/builder/en/api/config-output.html#outputcleandistpath)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/cleanDistPath.md'
@@ -5,7 +5,7 @@ sidebar_label: convertToRem
5
5
  # output.convertToRem
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.convertToRem](https://modernjs.dev/builder/en/api/config-output.html#output-converttorem)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.convertToRem](https://modernjs.dev/builder/en/api/config-output.html#outputconverttorem)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/convertToRem.md'
@@ -5,7 +5,7 @@ sidebar_label: copy
5
5
  # output.copy
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.copy](https://modernjs.dev/builder/en/api/config-output.html#output-copy)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.copy](https://modernjs.dev/builder/en/api/config-output.html#outputcopy)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/copy.md'
@@ -5,7 +5,7 @@ sidebar_label: cssModuleLocalIdentName
5
5
  # output.cssModuleLocalIdentName
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.cssModuleLocalIdentName](https://modernjs.dev/builder/en/api/config-output.html#output-cssmodulelocalidentname)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.cssModuleLocalIdentName](https://modernjs.dev/builder/en/api/config-output.html#outputcssmodulelocalidentname)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/cssModuleLocalIdentName.md'
@@ -5,7 +5,7 @@ sidebar_label: dataUriLimit
5
5
  # output.dataUriLimit
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.dataUriLimit](https://modernjs.dev/builder/en/api/config-output.html#output-dataurilimit)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.dataUriLimit](https://modernjs.dev/builder/en/api/config-output.html#outputdataurilimit)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/dataUriLimit.md'
@@ -5,7 +5,7 @@ sidebar_label: disableCssExtract
5
5
  # output.disableCssExtract
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.disableCssExtract](https://modernjs.dev/builder/en/api/config-output.html#output-disablecssextract)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.disableCssExtract](https://modernjs.dev/builder/en/api/config-output.html#outputdisablecssextract)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/disableCssExtract.md'
@@ -5,7 +5,7 @@ sidebar_label: disableCssModuleExtension
5
5
  # output.disableCssModuleExtension
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.disableCssModuleExtension](https://modernjs.dev/builder/en/api/config-output.html#output-disablecssmoduleextension)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.disableCssModuleExtension](https://modernjs.dev/builder/en/api/config-output.html#outputdisablecssmoduleextension)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/disableCssModuleExtension.md'
@@ -5,7 +5,7 @@ sidebar_label: disableFilenameHash
5
5
  # output.disableFilenameHash
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.disableFilenameHash](https://modernjs.dev/builder/en/api/config-output.html#output-disablefilenamehash)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.disableFilenameHash](https://modernjs.dev/builder/en/api/config-output.html#outputdisablefilenamehash)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/disableFilenameHash.md'
@@ -5,7 +5,7 @@ sidebar_label: disableInlineRuntimeChunk
5
5
  # output.disableInlineRuntimeChunk
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.disableInlineRuntimeChunk](https://modernjs.dev/builder/en/api/config-output.html#output-disableinlineruntimechunk)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.disableInlineRuntimeChunk](https://modernjs.dev/builder/en/api/config-output.html#outputdisableinlineruntimechunk)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/disableInlineRuntimeChunk.md'
@@ -5,7 +5,7 @@ sidebar_label: disableMinimize
5
5
  # output.disableMinimize
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.disableMinimize](https://modernjs.dev/builder/en/api/config-output.html#output-disableminimize)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.disableMinimize](https://modernjs.dev/builder/en/api/config-output.html#outputdisableminimize)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/disableMinimize.md'
@@ -5,7 +5,7 @@ sidebar_label: disableSourceMap
5
5
  # output.disableSourceMap
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.disableSourceMap](https://modernjs.dev/builder/en/api/config-output.html#output-disablesourcemap)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.disableSourceMap](https://modernjs.dev/builder/en/api/config-output.html#outputdisablesourcemap)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/disableSourceMap.md'
@@ -5,7 +5,7 @@ sidebar_label: disableTsChecker
5
5
  # output.disableTsChecker
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.disableTsChecker](https://modernjs.dev/builder/en/api/config-output.html#output-disabletschecker)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.disableTsChecker](https://modernjs.dev/builder/en/api/config-output.html#outputdisabletschecker)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/disableTsChecker.md'
@@ -5,7 +5,7 @@ sidebar_label: distPath
5
5
  # output.distPath
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.distPath](https://modernjs.dev/builder/en/api/config-output.html#output-distpath)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.distPath](https://modernjs.dev/builder/en/api/config-output.html#outputdistpath)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/distPath.md'
@@ -5,7 +5,7 @@ sidebar_label: enableAssetFallback
5
5
  # output.enableAssetFallback
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.enableAssetFallback](https://modernjs.dev/builder/en/api/config-output.html#output-enableassetfallback)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.enableAssetFallback](https://modernjs.dev/builder/en/api/config-output.html#outputenableassetfallback)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/enableAssetFallback.md'
@@ -5,7 +5,7 @@ sidebar_label: enableAssetManifest
5
5
  # output.enableAssetManifest
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.enableAssetManifest](https://modernjs.dev/builder/en/api/config-output.html#output-enableassetmanifest)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.enableAssetManifest](https://modernjs.dev/builder/en/api/config-output.html#outputenableassetmanifest)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/enableAssetManifest.md'
@@ -5,7 +5,7 @@ sidebar_label: enableCssModuleTSDeclaration
5
5
  # output.enableCssModuleTSDeclaration
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.enableCssModuleTSDeclaration](https://modernjs.dev/builder/en/api/config-output.html#output-enablecssmoduletsdeclaration)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.enableCssModuleTSDeclaration](https://modernjs.dev/builder/en/api/config-output.html#outputenablecssmoduletsdeclaration)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/enableCssModuleTSDeclaration.md'
@@ -5,7 +5,7 @@ sidebar_label: enableInlineScripts
5
5
  # output.enableInlineScripts
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.enableInlineScripts](https://modernjs.dev/builder/en/api/config-output.html#output-enableinlinescripts)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.enableInlineScripts](https://modernjs.dev/builder/en/api/config-output.html#outputenableinlinescripts)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/enableInlineScripts.md'
@@ -5,7 +5,7 @@ sidebar_label: enableInlineStyles
5
5
  # output.enableInlineStyles
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.enableInlineStyles](https://modernjs.dev/builder/en/api/config-output.html#output-enableinlinestyles)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.enableInlineStyles](https://modernjs.dev/builder/en/api/config-output.html#outputenableinlinestyles)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/enableInlineStyles.md'
@@ -5,7 +5,7 @@ sidebar_label: enableLatestDecorators
5
5
  # output.enableLatestDecorators
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.enableLatestDecorators](https://modernjs.dev/builder/en/api/config-output.html#output-enablelatestdecorators)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.enableLatestDecorators](https://modernjs.dev/builder/en/api/config-output.html#outputenablelatestdecorators)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/enableLatestDecorators.md'
@@ -5,7 +5,7 @@ sidebar_label: externals
5
5
  # output.externals
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.externals](https://modernjs.dev/builder/en/api/config-output.html#output-externals)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.externals](https://modernjs.dev/builder/en/api/config-output.html#outputexternals)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/externals.md'
@@ -5,7 +5,7 @@ sidebar_label: filename
5
5
  # output.filename
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.filename](https://modernjs.dev/builder/en/api/config-output.html#output-filename)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.filename](https://modernjs.dev/builder/en/api/config-output.html#outputfilename)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/filename.md'
@@ -5,7 +5,7 @@ sidebar_label: legalComments
5
5
  # output.legalComments
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.legalComments](https://modernjs.dev/builder/en/api/config-output.html#output-legalcomments)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.legalComments](https://modernjs.dev/builder/en/api/config-output.html#outputlegalcomments)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/legalComments.md'
@@ -5,7 +5,7 @@ sidebar_label: overrideBrowserslist
5
5
  # output.overrideBrowserslist
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.overrideBrowserslist](https://modernjs.dev/builder/en/api/config-output.html#output-overridebrowserslist)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.overrideBrowserslist](https://modernjs.dev/builder/en/api/config-output.html#outputoverridebrowserslist)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/overrideBrowserslist.md'
@@ -5,7 +5,7 @@ sidebar_label: polyfill
5
5
  # output.polyfill
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.polyfill](https://modernjs.dev/builder/en/api/config-output.html#output-polyfill)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.polyfill](https://modernjs.dev/builder/en/api/config-output.html#outputpolyfill)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/polyfill.md'
@@ -5,7 +5,7 @@ sidebar_label: svgDefaultExport
5
5
  # output.svgDefaultExport
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [output.svgDefaultExport](https://modernjs.dev/builder/en/api/config-output.html#output-svgdefaultexport)。
8
+ This config is provided by Modern.js Builder, more detail can see [output.svgDefaultExport](https://modernjs.dev/builder/en/api/config-output.html#outputsvgdefaultexport)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/output/svgDefaultExport.md'
@@ -5,7 +5,7 @@ sidebar_label: buildCache
5
5
  # performance.buildCache
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [performance.buildCache](https://modernjs.dev/builder/en/api/config-performance.html#performance-buildcache)。
8
+ This config is provided by Modern.js Builder, more detail can see [performance.buildCache](https://modernjs.dev/builder/en/api/config-performance.html#performancebuildcache)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/performance/buildCache.md'
@@ -5,7 +5,7 @@ sidebar_label: bundleAnalyze
5
5
  # performance.bundleAnalyze
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [performance.bundleAnalyze](https://modernjs.dev/builder/en/api/config-performance.html#performance-bundleanalyze)。
8
+ This config is provided by Modern.js Builder, more detail can see [performance.bundleAnalyze](https://modernjs.dev/builder/en/api/config-performance.html#performancebundleanalyze)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/performance/bundleAnalyze.md'
@@ -5,7 +5,7 @@ sidebar_label: chunkSplit
5
5
  # performance.chunkSplit
6
6
 
7
7
  :::tip
8
- This config is provided by Modern.js Builder, more detail can see [performance.chunkSplit](https://modernjs.dev/builder/en/api/config-performance.html#performance-chunksplit)。
8
+ This config is provided by Modern.js Builder, more detail can see [performance.chunkSplit](https://modernjs.dev/builder/en/api/config-performance.html#performancechunksplit)。
9
9
  :::
10
10
 
11
11
  import Main from '@modern-js/builder-doc/docs/en/config/performance/chunkSplit.md'