Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onBeforeRebuild and onAfterRebuild never trigger #4

Open
joeworkman opened this issue Dec 21, 2021 · 1 comment
Open

onBeforeRebuild and onAfterRebuild never trigger #4

joeworkman opened this issue Dec 21, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@joeworkman
Copy link

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"),
@julenr
Copy link

julenr commented Jan 20, 2022

Same here, never happen

@Falldot Falldot self-assigned this Feb 10, 2022
@Falldot Falldot added the bug Something isn't working label Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants