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

使用与API架构不匹配的配置对象初始化Webpack。

使用与API架构不匹配的配置对象初始化Webpack。

_李 2018-07-15 16:15:59
报这个错误Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema. - configuration.module.rules[2].options should be one of these:   object | string   -> Shortcut for use.options   Details:    * configuration.module.rules[2].options should be an object.    * configuration.module.rules[2].options should be a string.代码:entry: {app: path.join(__dirname, '../src/client-entry.js'),vendor: ['vue']},output: {filename: '[name].[chunkhash:8].js',publicPath: cdnConfig.host},
查看完整描述

1 回答

?
橋本奈奈未

TA贡献436条经验 获得超108个赞

 configuration.module.rules[2]


你的rules是配置有问题

查看完整回答
反对 回复 2018-07-15
  • _李
    _李
    你好这个怎么修改呢 ? 现在还是没有解决了这个问题
  • 橋本奈奈未
    橋本奈奈未
    Details: * configuration.module.rules[2].options should be an object. * configuration.module.rules[2].options should be a string. options必须是对象或字符串
  • 1 回答
  • 0 关注
  • 2807 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信