weibo_登峰一人_0
2017-03-16 11:47
E:\test\demo2>webpack
Invalid configuration object. Webpack has been initialised using a configuration
object that does not match the API schema.
- configuration has an unknown property 'plugin'. These properties are valid:
object { amd?, bail?, cache?, context?, dependencies?, devServer?, devtool?,
entry, externals?, loader?, module?, name?, node?, output?, performance?, plugin
s?, profile?, recordsInputPath?, recordsOutputPath?, recordsPath?, resolve?, res
olveLoader?, stats?, target?, watch?, watchOptions? }
For typos: please correct them.
For loader options: webpack 2 no longer allows custom properties in configura
tion.
Loaders should be updated to allow passing options via loader options in mo
dule.rules.
Until loaders are updated one can use the LoaderOptionsPlugin to pass these
options to the loader:
plugins: [
new webpack.LoaderOptionsPlugin({
// test: /\.xxx$/, // may apply this only for some modules
options: {
plugin: ...
}
})
]
我已经把老师的教程看完了,代码敲了一遍,都运行成功了。有问题可以@我
请问这个问题怎么解决。我是在eject暴露后,webpack配置文件合成一个的文件里面加入了less解析。
能帮忙看一下吗??不知道怎么解决了
在webpack.config.js配置文件里面, 你是不是有个属性写错了
__dirname+'/src/js/main.js';
求助+1
感谢+1
出现这个什么原因?
webpack多页面,报这样的错误,如果我把chunks去掉就不报错了,但是a,b,c三个html就一样了,怎么破解?大牛们@me一下
除了安装npm install postcss-loader --save-dev外,还要npm install postcss --save-dev
webpack深入与实战
86561 学习 · 721 问题
相似问题