我正在使用最新的angular/quickstart項目,它使用systemjs-angular-loader.js來加載應用程序的相關html模板(不需要moduleId屬性)。在生產中使用systemjs-angular-loader.js - 給出404
該項目在開發/測試(使用「npm start」服務頁面)中工作正常。但是,在使用gulp進行生產構建時,項目會恢復爲在根文件夾(而不是應用程序相對文件夾)中查找html模板。
在生產中使用/構建「systemjs-angular-loader.js」是否需要特殊步驟?我可以找到system-angular-loader.js的唯一參考文件是404s after updating to systemjs-angular-loader.js,這是我所遵循的,但沒有任何幫助。
爲了簡潔,我沒有包含我的gulpfile.js,但我使用了gulp-typescript和systemjs-builder(等等)。
你見過這樣的:https://angular.io/docs/ts/latest/guide/deployment.html – DeborahK
是看出。我沒有看到任何具體的問題(除非我錯過了什麼?)。 – Chet