Replies: 1 comment
-
still happening |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know how describe my problem correctly. When I use tsup in watch mode, then use
onSuccess
to trigger something, it's works on linux but on windows the behavior is strange. This is the script I runOn linux, the behaviour is correct, but on windows,
node dist/main.js
run before tsup finishing bundling so it will throw error thatdist/main.js
doesn't exist. Did I miss something?Beta Was this translation helpful? Give feedback.
All reactions