mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
When using the application builder to create server builds for SSR and/or prerendering with localization enabled, the locale data for each enabled locale is now properly included in the server output files. While browser builds contain this data in the polyfills output file, the server builds do not contain a polyfill output file, as a result, the locale data is added to the main server code instead. This is also the case for other polyfill-like code including zone.js.