-
Notifications
You must be signed in to change notification settings - Fork 893
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
React build crash using vite and react 18.2.0 #6838
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Would you be able to provide a minimal repro? I think I need to dig around and debug it, and I'm not familiar with setting up a new Vite/React project, so it might take some time to get that up and running, unless you can provide a minimal repro. The thing is that the compiler is pointing to a place in the middle of the comment so I think the source map must be off by a few lines, because that is probably the correct file (it's recently added) but it's probably the actual code in the file that is the problem. If I can get my hands on a running project then I can probably mess around in the dist file and identify what line it's having a problem with. Or if you want to try something yourself, you can go into |
Yes just checked in the
Deleted this comment and the build command goes smooth. Thank you |
Oh thanks so much, I'll make a PR to reformat that comment in the meantime. It might take a while to get released since we are not planning on another release before the end of the year. |
Possibly related: #6887 |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
Starting from version 9.11.0 Vite build command fails. To avoid this issue need to rollup the firebase version to 9.10.0
Steps to reproduce:
Relevant Code:
console output
package.json
VITE config file
// TODO(you): code here to reproduce the problem
The text was updated successfully, but these errors were encountered: