mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 11:44:05 +08:00
We have not yet deprecated the non-global locale data modules (e.g. `@angular/common/locales/fr`) so we should not be issuing warnings about developers using them. We recently added warning suggesting that a "global" locale should be used instead, and the previous CommonJS/AMD warning about the format of these non-global modules are just confusing for the developer. Reference: TOOL-1388 Closes: #18123
Angular Webpack Build Facade
WIP