-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty source map with localization and --watch #17131
Comments
This also happens without |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 8.2.2Description
When using @angular/localization and building with --watch, the main.js source map is empty.🔬 Minimal Reproduction
Add i18n to project in angular.json:
ng xi18n
copy messages.xlf to "src/locale/messages.fr.xlf"
ng build --watch
Now the content of dist/TestApp/fr/main.js.map is:
{}
🌍 Your Environment
Anything else relevant?
Might be related to #16526 ?
The text was updated successfully, but these errors were encountered: