Skip to content

Commit b67afaf

Browse files
author
zhiwen.zhao
committed
feat: mfsu
1 parent 414c7fb commit b67afaf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.umirc.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export default defineConfig({
1515
outputPath: 'doc-site',
1616
exportStatic: {},
1717
dynamicImport: {},
18+
webpack5: {},
19+
mfsu: {},
1820
base,
1921
publicPath,
2022
});

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ yarn start
3434
本系列文章主要包含以下内容:
3535

3636
- 项目初始化: 组件库前期开发准备工作。`eslint`/`commit lint`/`typescript`等等;
37-
- 开发阶段: 使用[dumi](https://d.umijs.org/zh-CN)进行开发调试以及文档编写;
37+
- 开发阶段: 使用 [dumi](https://d.umijs.org/zh-CN) 进行开发调试以及文档编写;
3838
- 打包阶段: 输出~~`umd`~~/`cjs`/`esm`产物并支持按需加载;
3939
- 组件测试: 使用`@testing-library/react`及其相关生态进行组件测试;
4040
- 发布 npm: 编写脚本完成发布或直接使用 [np](https://www.npmjs.com/package/np) 发布;

0 commit comments

Comments
 (0)