You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to stop a build by throwing in onStart. But with v0.25 it messes up the files as it clears the folder. Or is there a better way to stop a build?
I need to stop a rebuild that I trigger by writing a file in the build script. Or is there a way to not trigger rebuild for this?
The text was updated successfully, but these errors were encountered:
A workaround is you can disable write (write: false) and get the output files or errors in the onEnd callback and perform the changes on file system manually.
https://github.com/evanw/esbuild/releases/tag/v0.25.0
I need to stop a build by throwing in onStart. But with v0.25 it messes up the files as it clears the folder. Or is there a better way to stop a build?
I need to stop a rebuild that I trigger by writing a file in the build script. Or is there a way to not trigger rebuild for this?
The text was updated successfully, but these errors were encountered: