-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fires only when entries changes in watch mode #98
Comments
This is a feature should be provided in the 2 major verison but I just forgot that one😢, gonna support that in |
It seems that ESBuild will re-execute all plugin when files under |
The copy-on-watch feature was supported in |
@linbudu599 I am not sure, if this is related. I am using the following configuration esbuild version: 0.17.14 But the plugin does not start watching correctly. The info message is:
Should this not be supported as of 2.1.0? |
The plugin is copying all resource files each time rebuild is triggered due to watch. I am also unable to set esbuild version: 0.17.17 |
See also evanw/esbuild#2823 |
esbuild version: 0.17.10
use watch mode like this: https://esbuild.github.io/api/#watch
Copy only fires the first time. Not fire when the assets changes
The text was updated successfully, but these errors were encountered: