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

Esbuild and firebase-cli issue. Triggers rebuild of every file #1503

Closed
navanshu opened this issue Aug 5, 2021 · 1 comment
Closed

Esbuild and firebase-cli issue. Triggers rebuild of every file #1503

navanshu opened this issue Aug 5, 2021 · 1 comment

Comments

@navanshu
Copy link

navanshu commented Aug 5, 2021

I have a custom application and have esbuild as my transpiler for typescript code with watch mode on.
I run firebase emulator alondside my app.

First I run my application that has esBuild then I run the firebase-tools to get the emulators running, as soon as firebase changes some json / logs files (not packages.json obviously, firebase.json and some log files)

Esbuild goes into a nasty restart type of mode and start to transpile each file it is watching, its quite nasty for me as my application communicates on threads and I have terser to minimize the code. It would be good if esbuild (❤️) doesn't get affected by this change. I don't know for sure what causes this. But only happens if I run the firebase-cli after running my application.

@evanw
Copy link
Owner

evanw commented Oct 17, 2021

Closing as I believe this should be fixed as of version 0.13.5, specifically by #1676.

@evanw evanw closed this as completed Oct 17, 2021
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

2 participants