chunk-vendors.60d43f55.js:1 Uncaught TypeError: Cannot read property 'webpackJsonp' of undefined
at chunk-vendors.60d43f55.js:1
=> chunk-vendors.60d43f55.js:1
没有--modern模式都可以正常工作
答案 0 :(得分:1)
啊,我在vue.config.js中发现了问题=> 冗余globalObject:'this'
module.exports = {
...
configureWebpack: {
output: {
globalObject: 'this'
}
}
...
}