@modern-js/main-doc 2.9.0 → 2.10.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +13 -0
- package/docs/en/apis/app/runtime/web-server/hook.mdx +1 -3
- package/docs/en/apis/app/runtime/web-server/middleware.mdx +1 -4
- package/docs/en/blog/index.md +8 -0
- package/docs/en/configure/app/output/splitRouteChunks.mdx +20 -0
- package/docs/en/guides/advanced-features/compatibility.mdx +1 -0
- package/docs/en/guides/advanced-features/rspack-start.mdx +1 -1
- package/docs/en/guides/get-started/introduction.mdx +1 -1
- package/docs/en/guides/get-started/quick-start.mdx +2 -0
- package/docs/en/guides/topic-detail/framework-plugin/plugin-api.mdx +29 -28
- package/docs/en/guides/topic-detail/generator/codesmith/api/fs.mdx +2 -2
- package/docs/zh/apis/app/runtime/web-server/hook.mdx +1 -3
- package/docs/zh/apis/app/runtime/web-server/middleware.mdx +1 -4
- package/docs/zh/blog/index.md +71 -3
- package/docs/zh/blog/updates/2022-0708-updates.md +96 -0
- package/docs/zh/blog/updates/2022-0910-updates.md +80 -0
- package/docs/zh/blog/updates/_category_.json +5 -0
- package/docs/zh/blog/updates/v2-release-note.mdx +250 -0
- package/docs/zh/configure/app/output/splitRouteChunks.mdx +20 -0
- package/docs/zh/guides/advanced-features/compatibility.mdx +1 -0
- package/docs/zh/guides/advanced-features/eslint.mdx +1 -1
- package/docs/zh/guides/advanced-features/rspack-start.mdx +1 -1
- package/docs/zh/guides/get-started/quick-start.mdx +2 -0
- package/docs/zh/guides/topic-detail/framework-plugin/plugin-api.mdx +30 -29
- package/docs/zh/guides/topic-detail/generator/codesmith/api/fs.mdx +2 -2
- package/modern.config.ts +5 -6
- package/package.json +5 -5
- package/src/pages/index.tsx +10 -5
- package/en/configure/app/dev/asset-prefix.mdx +0 -13
- package/en/configure/app/dev/before-start-url.mdx +0 -13
- package/en/configure/app/dev/hmr.mdx +0 -13
- package/en/configure/app/dev/host.mdx +0 -13
- package/en/configure/app/dev/https.mdx +0 -13
- package/en/configure/app/dev/port.mdx +0 -13
- package/en/configure/app/dev/progress-bar.mdx +0 -13
- package/en/configure/app/dev/start-url.mdx +0 -13
- package/en/configure/app/experiments/lazy-compilation.mdx +0 -13
- package/en/configure/app/html/app-icon.mdx +0 -13
- package/en/configure/app/html/crossorigin.mdx +0 -13
- package/en/configure/app/html/disable-html-folder.mdx +0 -13
- package/en/configure/app/html/favicon-by-entries.mdx +0 -13
- package/en/configure/app/html/favicon.mdx +0 -13
- package/en/configure/app/html/inject-by-entries.mdx +0 -13
- package/en/configure/app/html/inject.mdx +0 -13
- package/en/configure/app/html/meta-by-entries.mdx +0 -13
- package/en/configure/app/html/meta.mdx +0 -13
- package/en/configure/app/html/mount-id.mdx +0 -13
- package/en/configure/app/html/tags-by-entries.mdx +0 -13
- package/en/configure/app/html/tags.mdx +0 -13
- package/en/configure/app/html/template-by-entries.mdx +0 -13
- package/en/configure/app/html/template-parameters-by-entries.mdx +0 -13
- package/en/configure/app/html/template-parameters.mdx +0 -13
- package/en/configure/app/html/template.mdx +0 -13
- package/en/configure/app/html/title-by-entries.mdx +0 -13
- package/en/configure/app/html/title.mdx +0 -13
- package/en/configure/app/output/asset-prefix.mdx +0 -13
- package/en/configure/app/output/assets-retry.mdx +0 -13
- package/en/configure/app/output/charset.mdx +0 -13
- package/en/configure/app/output/clean-dist-path.mdx +0 -13
- package/en/configure/app/output/convert-to-rem.mdx +0 -13
- package/en/configure/app/output/copy.mdx +0 -13
- package/en/configure/app/output/css-module-local-ident-name.mdx +0 -13
- package/en/configure/app/output/data-uri-limit.mdx +0 -13
- package/en/configure/app/output/disable-css-extract.mdx +0 -13
- package/en/configure/app/output/disable-css-module-extension.mdx +0 -13
- package/en/configure/app/output/disable-filename-hash.mdx +0 -13
- package/en/configure/app/output/disable-inline-runtime-chunk.mdx +0 -13
- package/en/configure/app/output/disable-minimize.mdx +0 -13
- package/en/configure/app/output/disable-source-map.mdx +0 -13
- package/en/configure/app/output/disable-ts-checker.mdx +0 -13
- package/en/configure/app/output/dist-path.mdx +0 -13
- package/en/configure/app/output/enable-asset-fallback.mdx +0 -13
- package/en/configure/app/output/enable-asset-manifest.mdx +0 -13
- package/en/configure/app/output/enable-css-module-tsdeclaration.mdx +0 -13
- package/en/configure/app/output/enable-inline-scripts.mdx +0 -13
- package/en/configure/app/output/enable-inline-styles.mdx +0 -13
- package/en/configure/app/output/enable-latest-decorators.mdx +0 -13
- package/en/configure/app/output/externals.mdx +0 -13
- package/en/configure/app/output/filename.mdx +0 -13
- package/en/configure/app/output/legal-comments.mdx +0 -13
- package/en/configure/app/output/override-browserslist.mdx +0 -13
- package/en/configure/app/output/polyfill.mdx +0 -13
- package/en/configure/app/output/svg-default-export.mdx +0 -13
- package/en/configure/app/performance/build-cache.mdx +0 -13
- package/en/configure/app/performance/bundle-analyze.mdx +0 -13
- package/en/configure/app/performance/chunk-split.mdx +0 -13
- package/en/configure/app/performance/print-file-size.mdx +0 -13
- package/en/configure/app/performance/profile.mdx +0 -13
- package/en/configure/app/performance/remove-console.mdx +0 -13
- package/en/configure/app/performance/remove-moment-locale.mdx +0 -13
- package/en/configure/app/security/check-syntax.mdx +0 -13
- package/en/configure/app/security/sri.mdx +0 -13
- package/en/configure/app/source/alias.mdx +0 -13
- package/en/configure/app/source/compile-js-data-uri.mdx +0 -13
- package/en/configure/app/source/define.mdx +0 -13
- package/en/configure/app/source/exclude.mdx +0 -13
- package/en/configure/app/source/global-vars.mdx +0 -13
- package/en/configure/app/source/include.mdx +0 -13
- package/en/configure/app/source/module-scopes.mdx +0 -13
- package/en/configure/app/source/pre-entry.mdx +0 -13
- package/en/configure/app/source/resolve-extension-prefix.mdx +0 -13
- package/en/configure/app/source/resolve-main-fields.mdx +0 -13
- package/en/configure/app/tools/autoprefixer.mdx +0 -13
- package/en/configure/app/tools/babel.mdx +0 -13
- package/en/configure/app/tools/css-extract.mdx +0 -13
- package/en/configure/app/tools/css-loader.mdx +0 -13
- package/en/configure/app/tools/dev-server.mdx +0 -13
- package/en/configure/app/tools/html-plugin.mdx +0 -13
- package/en/configure/app/tools/inspector.mdx +0 -13
- package/en/configure/app/tools/less.mdx +0 -13
- package/en/configure/app/tools/minify-css.mdx +0 -13
- package/en/configure/app/tools/postcss.mdx +0 -13
- package/en/configure/app/tools/pug.mdx +0 -13
- package/en/configure/app/tools/rspack.mdx +0 -13
- package/en/configure/app/tools/sass.mdx +0 -13
- package/en/configure/app/tools/style-loader.mdx +0 -13
- package/en/configure/app/tools/styled-components.mdx +0 -13
- package/en/configure/app/tools/terser.mdx +0 -13
- package/en/configure/app/tools/ts-checker.mdx +0 -13
- package/en/configure/app/tools/ts-loader.mdx +0 -13
- package/en/configure/app/tools/webpack-chain.mdx +0 -13
- package/en/configure/app/tools/webpack.mdx +0 -13
- package/zh/configure/app/dev/asset-prefix.mdx +0 -13
- package/zh/configure/app/dev/before-start-url.mdx +0 -13
- package/zh/configure/app/dev/hmr.mdx +0 -13
- package/zh/configure/app/dev/host.mdx +0 -13
- package/zh/configure/app/dev/https.mdx +0 -13
- package/zh/configure/app/dev/port.mdx +0 -13
- package/zh/configure/app/dev/progress-bar.mdx +0 -13
- package/zh/configure/app/dev/start-url.mdx +0 -13
- package/zh/configure/app/experiments/lazy-compilation.mdx +0 -13
- package/zh/configure/app/html/app-icon.mdx +0 -13
- package/zh/configure/app/html/crossorigin.mdx +0 -13
- package/zh/configure/app/html/disable-html-folder.mdx +0 -13
- package/zh/configure/app/html/favicon-by-entries.mdx +0 -13
- package/zh/configure/app/html/favicon.mdx +0 -13
- package/zh/configure/app/html/inject-by-entries.mdx +0 -13
- package/zh/configure/app/html/inject.mdx +0 -13
- package/zh/configure/app/html/meta-by-entries.mdx +0 -13
- package/zh/configure/app/html/meta.mdx +0 -13
- package/zh/configure/app/html/mount-id.mdx +0 -13
- package/zh/configure/app/html/tags-by-entries.mdx +0 -13
- package/zh/configure/app/html/tags.mdx +0 -13
- package/zh/configure/app/html/template-by-entries.mdx +0 -13
- package/zh/configure/app/html/template-parameters-by-entries.mdx +0 -13
- package/zh/configure/app/html/template-parameters.mdx +0 -13
- package/zh/configure/app/html/template.mdx +0 -13
- package/zh/configure/app/html/title-by-entries.mdx +0 -13
- package/zh/configure/app/html/title.mdx +0 -13
- package/zh/configure/app/output/asset-prefix.mdx +0 -13
- package/zh/configure/app/output/assets-retry.mdx +0 -13
- package/zh/configure/app/output/charset.mdx +0 -13
- package/zh/configure/app/output/clean-dist-path.mdx +0 -13
- package/zh/configure/app/output/convert-to-rem.mdx +0 -13
- package/zh/configure/app/output/copy.mdx +0 -13
- package/zh/configure/app/output/css-module-local-ident-name.mdx +0 -13
- package/zh/configure/app/output/data-uri-limit.mdx +0 -13
- package/zh/configure/app/output/disable-css-extract.mdx +0 -13
- package/zh/configure/app/output/disable-css-module-extension.mdx +0 -13
- package/zh/configure/app/output/disable-filename-hash.mdx +0 -13
- package/zh/configure/app/output/disable-inline-runtime-chunk.mdx +0 -13
- package/zh/configure/app/output/disable-minimize.mdx +0 -13
- package/zh/configure/app/output/disable-source-map.mdx +0 -13
- package/zh/configure/app/output/disable-ts-checker.mdx +0 -13
- package/zh/configure/app/output/dist-path.mdx +0 -13
- package/zh/configure/app/output/enable-asset-fallback.mdx +0 -13
- package/zh/configure/app/output/enable-asset-manifest.mdx +0 -13
- package/zh/configure/app/output/enable-css-module-tsdeclaration.mdx +0 -13
- package/zh/configure/app/output/enable-inline-scripts.mdx +0 -13
- package/zh/configure/app/output/enable-inline-styles.mdx +0 -13
- package/zh/configure/app/output/enable-latest-decorators.mdx +0 -13
- package/zh/configure/app/output/externals.mdx +0 -13
- package/zh/configure/app/output/filename.mdx +0 -13
- package/zh/configure/app/output/legal-comments.mdx +0 -13
- package/zh/configure/app/output/override-browserslist.mdx +0 -13
- package/zh/configure/app/output/polyfill.mdx +0 -13
- package/zh/configure/app/output/svg-default-export.mdx +0 -13
- package/zh/configure/app/performance/build-cache.mdx +0 -13
- package/zh/configure/app/performance/bundle-analyze.mdx +0 -13
- package/zh/configure/app/performance/chunk-split.mdx +0 -13
- package/zh/configure/app/performance/print-file-size.mdx +0 -13
- package/zh/configure/app/performance/profile.mdx +0 -13
- package/zh/configure/app/performance/remove-console.mdx +0 -13
- package/zh/configure/app/performance/remove-moment-locale.mdx +0 -13
- package/zh/configure/app/security/check-syntax.mdx +0 -13
- package/zh/configure/app/security/sri.mdx +0 -13
- package/zh/configure/app/source/alias.mdx +0 -13
- package/zh/configure/app/source/compile-js-data-uri.mdx +0 -13
- package/zh/configure/app/source/define.mdx +0 -13
- package/zh/configure/app/source/exclude.mdx +0 -13
- package/zh/configure/app/source/global-vars.mdx +0 -13
- package/zh/configure/app/source/include.mdx +0 -13
- package/zh/configure/app/source/module-scopes.mdx +0 -13
- package/zh/configure/app/source/pre-entry.mdx +0 -13
- package/zh/configure/app/source/resolve-extension-prefix.mdx +0 -13
- package/zh/configure/app/source/resolve-main-fields.mdx +0 -13
- package/zh/configure/app/tools/autoprefixer.mdx +0 -13
- package/zh/configure/app/tools/babel.mdx +0 -13
- package/zh/configure/app/tools/css-extract.mdx +0 -13
- package/zh/configure/app/tools/css-loader.mdx +0 -13
- package/zh/configure/app/tools/dev-server.mdx +0 -13
- package/zh/configure/app/tools/html-plugin.mdx +0 -13
- package/zh/configure/app/tools/inspector.mdx +0 -13
- package/zh/configure/app/tools/less.mdx +0 -13
- package/zh/configure/app/tools/minify-css.mdx +0 -13
- package/zh/configure/app/tools/postcss.mdx +0 -13
- package/zh/configure/app/tools/pug.mdx +0 -13
- package/zh/configure/app/tools/rspack.mdx +0 -13
- package/zh/configure/app/tools/sass.mdx +0 -13
- package/zh/configure/app/tools/style-loader.mdx +0 -13
- package/zh/configure/app/tools/styled-components.mdx +0 -13
- package/zh/configure/app/tools/terser.mdx +0 -13
- package/zh/configure/app/tools/ts-checker.mdx +0 -13
- package/zh/configure/app/tools/ts-loader.mdx +0 -13
- package/zh/configure/app/tools/webpack-chain.mdx +0 -13
- package/zh/configure/app/tools/webpack.mdx +0 -13
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: disableHtmlFolder
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.disableHtmlFolder
|
6
|
-
|
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#htmldisablehtmlfolder).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/disableHtmlFolder.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: faviconByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.faviconByEntries
|
6
|
-
|
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#htmlfaviconbyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/faviconByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: favicon
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.favicon
|
6
|
-
|
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#htmlfavicon).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/favicon.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: injectByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.injectByEntries
|
6
|
-
|
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#htmlinjectbyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/injectByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: inject
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.inject
|
6
|
-
|
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#htmlinject).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/inject.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: metaByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.metaByEntries
|
6
|
-
|
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#htmlmetabyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/metaByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: meta
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.meta
|
6
|
-
|
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#htmlmeta).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/meta.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: mountId
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.mountId
|
6
|
-
|
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#htmlmountid).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/mountId.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: tagsByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.tagsByEntries
|
6
|
-
|
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#htmltagsbyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/tagsByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: tags
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.tags
|
6
|
-
|
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#htmltags).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/tags.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: templateByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.templateByEntries
|
6
|
-
|
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#htmltemplatebyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/templateByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: templateParametersByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.templateParametersByEntries
|
6
|
-
|
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#htmltemplateparametersbyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/templateParametersByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: templateParameters
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.templateParameters
|
6
|
-
|
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#htmltemplateparameters).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/templateParameters.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: template
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.template
|
6
|
-
|
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#htmltemplate).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/template.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: titleByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.titleByEntries
|
6
|
-
|
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#htmltitlebyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/titleByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: title
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.title
|
6
|
-
|
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#htmltitle).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/title.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: assetPrefix
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.assetPrefix
|
6
|
-
|
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#outputassetprefix).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/assetPrefix.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: assetsRetry
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.assetsRetry
|
6
|
-
|
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#outputassetsretry).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/assetsRetry.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: charset
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.charset
|
6
|
-
|
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#outputcharset).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/charset.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: cleanDistPath
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.cleanDistPath
|
6
|
-
|
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#outputcleandistpath).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/cleanDistPath.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: convertToRem
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.convertToRem
|
6
|
-
|
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#outputconverttorem).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/convertToRem.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: copy
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.copy
|
6
|
-
|
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#outputcopy).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/copy.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: cssModuleLocalIdentName
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.cssModuleLocalIdentName
|
6
|
-
|
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#outputcssmodulelocalidentname).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/cssModuleLocalIdentName.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: dataUriLimit
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.dataUriLimit
|
6
|
-
|
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#outputdataurilimit).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/dataUriLimit.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: disableCssExtract
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.disableCssExtract
|
6
|
-
|
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#outputdisablecssextract).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/disableCssExtract.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: disableCssModuleExtension
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.disableCssModuleExtension
|
6
|
-
|
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#outputdisablecssmoduleextension).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/disableCssModuleExtension.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: disableFilenameHash
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.disableFilenameHash
|
6
|
-
|
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#outputdisablefilenamehash).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/disableFilenameHash.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: disableInlineRuntimeChunk
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.disableInlineRuntimeChunk
|
6
|
-
|
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#outputdisableinlineruntimechunk).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/disableInlineRuntimeChunk.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: disableMinimize
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.disableMinimize
|
6
|
-
|
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#outputdisableminimize).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/disableMinimize.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: disableSourceMap
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.disableSourceMap
|
6
|
-
|
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#outputdisablesourcemap).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/disableSourceMap.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: disableTsChecker
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.disableTsChecker
|
6
|
-
|
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#outputdisabletschecker).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/disableTsChecker.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: distPath
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.distPath
|
6
|
-
|
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#outputdistpath).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/distPath.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: enableAssetFallback
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.enableAssetFallback
|
6
|
-
|
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#outputenableassetfallback).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/enableAssetFallback.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: enableAssetManifest
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.enableAssetManifest
|
6
|
-
|
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#outputenableassetmanifest).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/enableAssetManifest.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: enableCssModuleTSDeclaration
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.enableCssModuleTSDeclaration
|
6
|
-
|
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#outputenablecssmoduletsdeclaration).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/enableCssModuleTSDeclaration.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: enableInlineScripts
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.enableInlineScripts
|
6
|
-
|
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#outputenableinlinescripts).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/enableInlineScripts.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: enableInlineStyles
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.enableInlineStyles
|
6
|
-
|
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#outputenableinlinestyles).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/enableInlineStyles.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: enableLatestDecorators
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.enableLatestDecorators
|
6
|
-
|
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#outputenablelatestdecorators).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/enableLatestDecorators.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: externals
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.externals
|
6
|
-
|
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#outputexternals).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/externals.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: filename
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.filename
|
6
|
-
|
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#outputfilename).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/filename.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: legalComments
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.legalComments
|
6
|
-
|
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#outputlegalcomments).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/legalComments.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: overrideBrowserslist
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.overrideBrowserslist
|
6
|
-
|
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#outputoverridebrowserslist).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/overrideBrowserslist.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: polyfill
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.polyfill
|
6
|
-
|
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#outputpolyfill).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/polyfill.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: svgDefaultExport
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.svgDefaultExport
|
6
|
-
|
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#outputsvgdefaultexport).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/svgDefaultExport.md';
|
12
|
-
|
13
|
-
<Main />
|