We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414c7fb commit b67afafCopy full SHA for b67afaf
.umirc.ts
@@ -15,6 +15,8 @@ export default defineConfig({
15
outputPath: 'doc-site',
16
exportStatic: {},
17
dynamicImport: {},
18
+ webpack5: {},
19
+ mfsu: {},
20
base,
21
publicPath,
22
});
README.md
@@ -34,7 +34,7 @@ yarn start
34
本系列文章主要包含以下内容:
35
36
- 项目初始化: 组件库前期开发准备工作。`eslint`/`commit lint`/`typescript`等等;
37
-- 开发阶段: 使用[dumi](https://d.umijs.org/zh-CN)进行开发调试以及文档编写;
+- 开发阶段: 使用 [dumi](https://d.umijs.org/zh-CN) 进行开发调试以及文档编写;
38
- 打包阶段: 输出~~`umd`~~/`cjs`/`esm`产物并支持按需加载;
39
- 组件测试: 使用`@testing-library/react`及其相关生态进行组件测试;
40
- 发布 npm: 编写脚本完成发布或直接使用 [np](https://www.npmjs.com/package/np) 发布;
0 commit comments