如何让 Angular-Cli (Angular-4)自动将网址附加到样式或脚本' s 从 npm install --save 添加外部库到 .angular-cli.json ?
到目前为止,我们需要手动遍历 node_modules 文件夹并查找文件的地址,并在 .angular-cli.json 中使用相同的地址。
有什么工作吗?
谢谢
此致
Shohil Sethia
答案 0 :(得分:1)
使用--base-href https://来构建项目。 比如ng build -prod --base-ref http://
还可以考虑使用@ angular / cli @ 1.4.4或最新版本,如果最新版本正常工作。