Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ mfsu: {
两种编译模式,

- 默认是 `all`,全部编译,然后可以通过 `exclude` 忽略不需要编译的依赖库;
- 可切换为 `none`,默认值编译 [es5-imcompatible-versions](https://github.com/umijs/es5-imcompatible-versions) 里声明的依赖,可通过 `exclude` 配置添加额外需要编译的;
- 可切换为 `none`,默认只编译 [es5-imcompatible-versions](https://github.com/umijs/es5-imcompatible-versions) 里声明的依赖,可通过 `exclude` 配置添加额外需要编译的;

前者速度较慢,但可规避常见的兼容性等问题,后者反之。

Expand Down
2 changes: 1 addition & 1 deletion docs/config/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ mfsu: {
两种编译模式,

- 默认是 `all`,全部编译,然后可以通过 `exclude` 忽略不需要编译的依赖库;
- 可切换为 `none`,默认值编译 [es5-imcompatible-versions](https://github.com/umijs/es5-imcompatible-versions) 里声明的依赖,可通过 `exclude` 配置添加额外需要编译的;
- 可切换为 `none`,默认只编译 [es5-imcompatible-versions](https://github.com/umijs/es5-imcompatible-versions) 里声明的依赖,可通过 `exclude` 配置添加额外需要编译的;

前者速度较慢,但可规避常见的兼容性等问题,后者反之。

Expand Down