1
chunk-vendors.60d43f55.js:1 Uncaught TypeError: Cannot read property 'webpackJsonp' of undefined
at chunk-vendors.60d43f55.js:1

=> 块供应商.60d43f55.js:1 在此处输入图像描述

index.html => 在此处输入图像描述

没有 --modern 模式一切正常

4

1 回答 1

1

啊,我在我的 vue.config.js => 冗余 globalObject: 'this' 中发现了问题

module.exports = {
  ...
  configureWebpack: {
    output: {
      globalObject: 'this'
    }
  }
  ...
}
于 2018-10-05T06:02:58.363 回答