@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
|
@@ -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
|
|