Closed Fidelgithub closed 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.
我想要通过babel配置跳过这个500kb的限制
{ compact: false }
只能 chainWebpack 改 babel-loader 的配置:https://d.umijs.org/config#chainwebpack
在组件里引用了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.
我想要通过babel配置跳过这个500kb的限制