-
Notifications
You must be signed in to change notification settings - Fork 33
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
unplugin watch #773
Comments
This probably requires a PR to https://github.com/unjs/unplugin/ https://github.com/unjs/unplugin/blob/39c0b22a30bdd7112962e377c39d2a24dcbc5847/src/esbuild/index.ts#L64 is setting the namespace to the plugin name and not |
Additionally there is currently no way in unplugin to pass through |
unplugin claims support for |
By the way, we could more easily fix this in |
Watch works in |
I think the core unplugin issue is that it sets |
I'm not sure removing the |
Update: #780 fixed watch mode on Rollup and Webpack. esbuild is waiting on unjs/unplugin#345 gets merged. Vite still isn't working (on Windows or Linux). |
The esbuild unplugin doesn't currently work with
watch
. I believe we need to returnwatchFiles
.Progress so far:
The text was updated successfully, but these errors were encountered: