>使用像inline.bundle.js这样的标准名称vendor.bundle.js,main.bundle.js这是在开发模式下启用的,但是如果你想在prod模式下使用这些名称.在你的情况下,
ng build --prod
您可以使用以下标志来避免散列
ng build --prod --output-hashing none
更多信息https://github.com/angular/angular-cli/wiki/build