mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 14:02:43 +08:00
By default the application will be served with inline mode enabled. This means that a script will be inserted in your bundle to take care of live reloading. However at the moment we are already adding these scripts in `_addLiveReload` method. With this change we always disable this behaviour and only add it when needed via the `_addLiveReload` logic. Eventually we should try to remove the logic and rely on webpack-dev-server interals. Fixes #14300
Angular Webpack Build Facade
WIP