I'm using the latest angular / quickstart project which uses systemjs-angular-loader.js for loading app relative html templates (without needing the moduleId property).
The project is working fine in development/test (using the "npm start" to serve pages). However, when building for production using gulp the project reverts to looking for html templates in the root folder (not the app relative folder).
Are there any special steps required for using/building "systemjs-angular-loader.js" in production? The only references I can find to system-angular-loader.js are 404s after updating to systemjs-angular-loader.js which I have followed but that didn't help.
I've not included my gulpfile.js for brevity but I'm using gulp-typescript and systemjs-builder (amongst others).