为了账号安全,请及时绑定邮箱和手机立即绑定

webpack 4升级后的报错怎么解决啊

一直报错,该怎么解决下面这个错误?求指教 


Invalid configuration object. Webpack has been initialised using a configuration object that does no

t match the API schema.

 - configuration has an unknown property 'modules'. These properties are valid:

   object { amd?, bail?, cache?, context?, dependencies?, devServer?, devtool?, entry?, externals?,

loader?, mode?, module?, name?, node?, optimization?, output?, parallelism?, performance?, plugins?,

 profile?, recordsInputPath?, recordsOutputPath?, recordsPath?, resolve?, resolveLoader?, serve?, st

ats?, target?, watch?, watchOptions? }

   For typos: please correct them.

   For loader options: webpack >= v2.0.0 no longer allows custom properties in configuration.

     Loaders should be updated to allow passing options via loader options in module.rules.

     Until loaders are updated one can use the LoaderOptionsPlugin to pass these options to the load

er:

     plugins: [

       new webpack.LoaderOptionsPlugin({

         // test: /\.xxx$/, // may apply this only for some modules

         options: {

           modules: …

         }

       })

     ]


正在回答

7 回答

。。。。。。。。我也遇到了

0 回复 有任何疑惑可以回复我~

同问 说说解决方案

0 回复 有任何疑惑可以回复我~

这个问题怎么解决的

0 回复 有任何疑惑可以回复我~

想问一下怎么解决的,同遇到

0 回复 有任何疑惑可以回复我~

已经解决了。

0 回复 有任何疑惑可以回复我~
#1

qq_弱水三千_9

怎么解决的呀?遇到同样的问题了
2019-05-21 回复 有任何疑惑可以回复我~

先用webpack3   3和4的区别还是挺大的

0 回复 有任何疑惑可以回复我~

你是做到了哪一步出现了这个错 说清楚呀

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

webpack 4升级后的报错怎么解决啊

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信