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

来源:5-1 课程总结

keke_honey

2018-12-17 21:06

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


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回答

  • LiuJingPing
    2020-08-13 12:25:51

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

  • 慕后端1494562
    2020-07-06 13:55:00

    同问 说说解决方案

  • kapsiz
    2019-01-21 17:13:38

    这个问题怎么解决的

  • celi
    2019-01-14 14:38:49

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

  • keke_honey
    2019-01-11 16:45:06

    已经解决了。

    qq_弱水三...

    怎么解决的呀?遇到同样的问题了

    2019-05-21 22:23:20

    共 1 条回复 >

  • 慕勒7123956
    2018-12-29 14:13:14

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

  • BruceLee_小白
    2018-12-28 15:50:11

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

Vue+Webpack打造todo应用

用前端最热门框架Vue+最火打包工具Webpack打造todo应用

84606 学习 · 787 问题

查看课程

相似问题