@modern-js/module-tools-docs 2.70.3 → 2.70.5

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @modern-js/module-tools-docs
2
2
 
3
+ ## 2.70.5
4
+
5
+ ## 2.70.4
6
+
3
7
  ## 2.70.3
4
8
 
5
9
  ## 2.70.2
@@ -313,9 +313,9 @@ export default defineConfig({
313
313
  When the `modern build` command is executed, the
314
314
 
315
315
  - Clear the output directory according to `buildConfig.outDir`.
316
+ - Handle Copy tasks.
316
317
  - Compile `js/ts` source code to generate the JS build artifacts for bundle/bundleless.
317
318
  - Generate bundle/bundleless type files using `tsc`.
318
- - Handle Copy tasks.
319
319
 
320
320
  ## Build errors
321
321
 
@@ -309,9 +309,9 @@ export default defineConfig({
309
309
  当执行 `modern build` 命令的时候,会发生
310
310
 
311
311
  - 根据 `buildConfig.outDir` 清理产物目录。
312
+ - 处理 `copy` 任务。
312
313
  - 编译 `js/ts` 源代码生成 bundle / bundleless 的 JS 构建产物。
313
314
  - 使用 `tsc` 生成 bundle / bundleless 的类型文件。
314
- - 处理 `copy` 任务。
315
315
 
316
316
  ## 构建报错
317
317
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "directory": "packages/document/module-doc"
10
10
  },
11
11
  "license": "MIT",
12
- "version": "2.70.3",
12
+ "version": "2.70.5",
13
13
  "main": "index.js",
14
14
  "devDependencies": {
15
15
  "@modern-js/doc-plugin-auto-sidebar": "2.58.1",