sorrycc / roadhog

🐷 Cli tool for creating react apps, configurable version of create-react-app.
2.72k stars 342 forks source link

babel-loader isn’t transpiling Quill’s modules because they're inside node_modules/ #878

Open hhb0508 opened 4 years ago

hhb0508 commented 4 years ago

image 我在引用Quill富文本编辑器时webpackrc不编译Quill的模块,因为它们位于内部node_modules/,因此被排除在外。 我在webpackrc设置rules试图添加校验但是rules会报错 image 请问我该如何修改webpackrc保证编译Quill的node_modules