-
Notifications
You must be signed in to change notification settings - Fork 895
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
Files missing in firebase@9.15.0 #6887
Comments
The path is in package.json is If so, and the build is still failing, can you share the error message and a minimal repro of the project it won't build in? |
Note to self, possibly caused by #6826 |
My humble appologies. I'm afraid I'm unable to reproduce this. I'm 99% sure that what happened here is, I had left a So sorry for jumping the gun and opening an issue. :( |
Describe your environment
Describe the problem
Steps to reproduce:
Note that
index.esm.js
is missing, however this file is still referenced in node_modules/firebase/auth/package.json:As a result, if you for example
import { getAuth } from 'firebase/auth';
and you use an ESM-based bundler like vite, then the build will work in 9.14.0, but fail in 9.15.0.The text was updated successfully, but these errors were encountered: