Skip to content
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

Make early fail when application has $localize/i18n texts but no config for localize #29198

Open
minijus opened this issue Dec 20, 2024 · 0 comments

Comments

@minijus
Copy link
Contributor

minijus commented Dec 20, 2024

Command

build

Description

Today applications that have $localize and no localize config (or localize/init polyfill) fail at runtime with Image.

This might be not a big problem for single-app repositories, but it quickly becomes a bigger issue for monorepositories with multiple buildable apps.

Describe the solution you'd like

Instead of runtime error application build could fail. This would allow easier/earlier detection of the issue.

This would be very helpful change for monorepos as internal libraries with $localize/i18n would be identified in build time.

Describe alternatives you've considered

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant