-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): ensure i18n locale data is includ…
…ed in SSR application builds 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. (cherry picked from commit a136f2e)
- Loading branch information
1 parent
20a0c2a
commit 52f5956
Showing
2 changed files
with
53 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters