qq_万梦磊_0
2019-01-25 17:00
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.module.rules[1] has an unknown property 'user'. These properties are valid:
object { compiler?, enforce?, exclude?, include?, issuer?, loader?, loaders?, oneOf?, options?, parser?, query?, resolve?, resource?, resourceQuery?, rules?, sideEffects?, test?, type?, use? }
webpack.config.js 错误,原因是这个配置文件的版本和我们当前安装的 webpack 的版本不匹配。
Vue+Webpack打造todo应用
84606 学习 · 787 问题
相似问题