-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
angularFire 19 upgrade crashes when deploying to production #3592
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
Since this is an |
We don't use SSR, so just "normal" CSR. |
@jamesdaniels I have researched further but haven't been able to make a reproduction that showcases the issue. What I found is that it only happens if I enable optimization in angular.json |
any updates on this issue? |
This seems to be in angular/core
If we revert to firebase-js-sdk 10 and angularFire 18 the issue disappears.
It doesn't happen on our dev builds (esbuild) but it does happen when we deploy to production.
So my non-expert guess would be that treeshaking is somehow involved?
The text was updated successfully, but these errors were encountered: