mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 11:44:05 +08:00
This fixes as issue where in some cases the changed module is not accepted which cases the dev-server to fallback to live-reload. This is because the hmr.js and main.ts have different module ids.
Angular Webpack Build Facade
WIP