Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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 模式一切正常
啊,我在我的 vue.config.js => 冗余 globalObject: 'this' 中发现了问题
module.exports = { ... configureWebpack: { output: { globalObject: 'this' } } ... }