我使用命令ng build --prod
或ng build --prod --aot
来制作我的项目
在文档index.html中连接文件后 - >发生错误:
Uncaught ReferenceError: webpackJsonp is not defined
at vendor.bundle.js:1
和
TypeError: Cannot read property 'call' of undefined at r (inline.fc1c1a5….bundle.js:1) at Object.585 (main.caf6b13….bundle.js:11) at r (inline.fc1c1a5….bundle.js:1)
以前一切都很好...... 提前谢谢你