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 could be wrong but I don't think that these two callbacks ever actually get triggered. I don't see then mentioned anywhere in the esbuild-dev-server.js source as well.
port : "8080",
watchDir : "src",
index : "dist/index.html",
staticDir : "dist",
onBeforeRebuild : () => console.log("onBeforeRebuild"),
The text was updated successfully, but these errors were encountered:
I could be wrong but I don't think that these two callbacks ever actually get triggered. I don't see then mentioned anywhere in the
esbuild-dev-server.js
source as well.The text was updated successfully, but these errors were encountered: