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 am having a similar issue.
In my case, I need to emit and modify .d.ts files after the build (to workaround #977)
But onSuccess, and esbuilPlugin's onEnd are called before the clean:true option cleans the .d.ts files, which deletes the .d.ts files I create:
When I save either entry point, the output file for the other build is erroneously deleted.
I tried enabling
clean: true
for the first build only, but it didn't help.Upvote & Fund
The text was updated successfully, but these errors were encountered: