mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
`ng serve` was errantly adding a module type to custom script bundles. These scripts may contain ES5 and non-strict compatible code and can therefore not be marked as module scripts. `ng build` already correctly operates in this fashion. Fixes #14952