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

为什么加了exclude之后就报了很多错误呢?

为什么加了exclude之后就报了很多错误呢? 这样写: exclude:__dirname+'/node_modules/', 这样写:  exclude:'./node_modules/', 这样写:  exclude:__dirname+/node_modules/, 这样写:  exclude:/node_modules/, 都不行 错误如下:

Invalid configuration object. Webpack has been initialised using a configur

 object that does not match the API schema.

 - configuration.module.rules[0].use should be one of these:

   non-empty string | function | object { loader?, options?, query? } | fun

 | [non-empty string | function | object { loader?, options?, query? }]

   Details:

    * configuration.module.rules[0].use should be a string.

    * configuration.module.rules[0].use should be an instance of function.

    * configuration.module.rules[0].use has an unknown property 'exclude'.

 properties are valid:

      object { loader?, options?, query? }

    * configuration.module.rules[0].use has an unknown property 'include'.

 properties are valid:

      object { loader?, options?, query? }

    * configuration.module.rules[0].use should be one of these:

      non-empty string | function | object { loader?, options?, query? }

    * configuration.module.rules[0].use should be an instance of function.

    * configuration.module.rules[0].use should be an array:

      [non-empty string | function | object { loader?, options?, query? }]


正在回答

5 回答

把exclude配置再option目录下面,可不配置绝对路径

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

使用绝对路径

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

exclude: __dirname +'./node_modules/'

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

错哪里了

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

好吧,知道错哪里了

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

举报

0/150
提交
取消

为什么加了exclude之后就报了很多错误呢?

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