Leon Zhang
Leon Zhang
求助大神 @lin-xin ,为啥我在vue-cli用这个dllPlugin运行的时候报,说是vue格式文件的缺少一个loader,然后同时我的vendor中已经有了element ui(包含vue结尾的文件)木有问题,就只有这个vue-quill-editor出问题了。 ERROR in ./~/vue-quill-editor/src/editor.vue Module parse failed: E:\repo\baymax_static\node_modules\vue-quill-editor\src\editor.vue Unexpected token (1:0) You may need an appropriate loader to handle this file type. 后来加入vue和css的loader就解决了,布吉岛为什么只有vue quill editor 有问题
发现这里的路径 ./static/js/vendor.dll.js 如果前面加了点好像就没办法在多层路由中获取文件,去掉好像就好了
I have the same pro, I use postcss-nested & less but error ``` plugins: [ [ 'react-css-modules', { filetypes: { '.less': { syntax: 'postcss-less', plugins: ['postcss-nested'], }, }, autoResolveMultipleImports: true,...