DanWahlin / Angular-JumpStart

Angular and TypeScript JumpStart example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm run bundle / npm run bundle:prod fails with a file not found.

agarbutt opened this issue · comments

Looks like the npm script bundle and bundle:prod were dependent on the file removed in this commit: 96d4157 .
Should the bundle.js point to the systemjs.config.js file in the src directory?

Thanks for the pull request!