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
{{ message }}
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
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"),
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.jssource as well.