@modern-js/main-doc 2.26.0 → 2.27.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @modern-js/main-doc
2
2
 
3
+ ## 2.27.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 86274f5: docs: add source code build documentation
8
+ docs: 添加源码构建文档
9
+ - ebdc4da: Fixed markdown error for link to styled-components website
10
+ - Updated dependencies [86274f5]
11
+ - @modern-js/builder-doc@2.27.0
12
+
3
13
  ## 2.26.0
4
14
 
5
15
  ### Patch Changes
@@ -0,0 +1,13 @@
1
+ ---
2
+ sidebar_label: sourceBuild
3
+ ---
4
+
5
+ # experiments.sourceBuild
6
+
7
+ :::tip
8
+ This config is provided by Modern.js Builder, more detail can see [experiments.sourceBuild](https://modernjs.dev/builder/en/api/config-experiments.html#experimentssourcebuild).
9
+ :::
10
+
11
+ import Main from '@modern-js/builder-doc/docs/en/config/experiments/sourceBuild.md';
12
+
13
+ <Main />
@@ -0,0 +1,13 @@
1
+ ---
2
+ sidebar_label: aliasStrategy
3
+ ---
4
+
5
+ # source.aliasStrategy
6
+
7
+ :::tip
8
+ This config is provided by Modern.js Builder, more detail can see [source.aliasStrategy](https://modernjs.dev/builder/en/api/config-source.html#sourcealiasstrategy).
9
+ :::
10
+
11
+ import Main from '@modern-js/builder-doc/docs/en/config/source/aliasStrategy.md';
12
+
13
+ <Main />
@@ -21,7 +21,7 @@ If you have configured the current SWC plugin when using Rspack, it will not hav
21
21
 
22
22
  ## Install
23
23
 
24
- import EnableSWC from '@modern-js/builder-doc/docs/en/shared/enable-swc.md';
24
+ import EnableSWC from '@modern-js/builder-doc/docs/en/shared/enableSwc.md';
25
25
 
26
26
  <EnableSWC />
27
27
 
@@ -4,7 +4,7 @@ sidebar_position: 1
4
4
 
5
5
  # Using Rspack
6
6
 
7
- import Rspack from '@modern-js/builder-doc/docs/en/shared/rspack-tip.mdx';
7
+ import Rspack from '@modern-js/builder-doc/docs/en/shared/rspackTip.mdx';
8
8
 
9
9
  <Rspack />
10
10