umijs / dumi

📖 Static Site Generator for component library development
https://d.umijs.org
MIT License
3.6k stars 1.18k forks source link

有办法在配置项里更改babel配置吗 #1158

Closed Fidelgithub closed 2 years ago

Fidelgithub commented 2 years ago

在组件里引用了wangEditor做富文本编辑,启动时报了警告 [BABEL] Note: The code generator has deoptimised the styling of E:\desktop\pro\qimai-front-end-designpro\node_modules\@wangeditor\editor\dist\index.esm.js as it exceeds the max of 500KB.

image

我想要通过babel配置跳过这个500kb的限制

{
  compact: false
}
PeachScript commented 2 years ago

只能 chainWebpack 改 babel-loader 的配置:https://d.umijs.org/config#chainwebpack