我有一个带角度cli aot的角度4应用程序,我在azure web app上构建prod版本 我注意到在某些页面上样式包试图通过相对路径找到它 结果我在控制台中看到下一个错误:
GET http://example.com/en/styles.b0bf326c21a7f4ee7e7f.bundle.css net::ERR_ABORTED
在html中我看到css不是从" /"开始的:
<link href="styles.b0bf326c21a7f4ee7e7f.bundle.css" rel="stylesheet">
我如何解决这个问题?
由于
答案 0 :(得分:2)
找到解决方案here
- deploy-url(别名:-d)
将部署文件的URL。
node ./node_modules/@angular/cli/bin/ng build --prod --deploy-url /