-
Notifications
You must be signed in to change notification settings - Fork 735
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
fix: build/rebuild behaviour #731
Comments
Related: evanw/esbuild#1037 Maybe the thing to do here as a workaround for now is to end the process if it fails on first build. |
threepointone
added a commit
that referenced
this issue
Mar 31, 2022
Because of evanw/esbuild#1037, we can't recover dev if esbuild fails on first run. The workaround is to end the process if it does so, until we have a better fix. Reported in #731
threepointone
added a commit
that referenced
this issue
Mar 31, 2022
Because of evanw/esbuild#1037, we can't recover dev if esbuild fails on first run. The workaround is to end the process if it does so, until we have a better fix. Reported in #731
Repository owner
moved this from Should-have
to Done
in workers-sdk
Mar 31, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Noticed these today -
wrangler dev
, then we don't restart the build process after fixing the codebundleWorker()
happens only on first run, but not on rebuilds (to check whether a worker exports the defined durable object classes, landing in fix: only send durable object migrations when required #728)The text was updated successfully, but these errors were encountered: