gpt4 book ai didi

javascript - Angular 7 构建 : How to remove output hash and default~~ file?

转载 作者:行者123 更新时间:2023-12-03 07:02:59 25 4
gpt4 key购买 nike

我已经使用以下方法构建了 Angular 应用程序:
ng build --prod --named-chunks --output-hashing=none
它输出 module-A.js , module-B.js正如预期的那样,但有一些文件,如 default~<view1>~<module-1>~123xzy.js . (在 runtime.js 中,这些默认文件是必需的)

我要分开module-A.js到另一个域,但我也必须移动 default~<view1>~<module-1>~123xzy.js , 所以它也会影响 view1 .

我怎样才能删除这样的default~<view1>~<module-1>~123xzy.js ? IE。配置组合default~<view1>~<module-1>~123xzy.js进入 module-A.js ? (而且我不想重构所有结构代码来消除这些文件,还有其他更轻的方法吗?)

最佳答案

您可以使用

ng build --prod --output-hashing none

或仅
ng build --prod

引用链接
  • https://github.com/angular/angular-cli/issues/8344
  • https://github.com/angular/angular-cli/issues/1833
  • 关于javascript - Angular 7 构建 : How to remove output hash and default~<view1>~<module1> file?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59367080/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com