-
Notifications
You must be signed in to change notification settings - Fork 927
Presence of undici
while building for browser targets throws warnings about esm/cjs (used via @angular/fire)
#7914
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
Comments
You mention you're building for browser but the warning indicates the build tool is looking at the file You can take a look at the package.json for |
While you're building for clients/browsers, the build system seems to have SSR enabled based on the logging you've provided:
Specifically that final element listed there. While It shouldn't be the case that |
Hey @vajahath. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @vajahath if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Operating System
Ubuntu 22.04
Browser Version
Chrome
Firebase SDK Version
firebase 10.7.1
Firebase SDK Product:
Auth
Describe your project's tooling
I'm using @angular/fire along with Angular.
Describe the problem
A fresh project
ng build
-ing after adding@angular/fire
throws warnings:I found in this comment where @DellaBitta says (ref #7849 (comment)):
In that case, I was wondering this warnings should not happen. (maybe
undici
is not getting treeshaked, idk)Steps and code to reproduce issue
The text was updated successfully, but these errors were encountered: