-
Notifications
You must be signed in to change notification settings - Fork 21
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
esbuild-plugin-html only watches the HTML file #160
Comments
I am having the same problem. This is a showstopper for using this plugin. @edoardocavazza can you please take a look? |
Looking forward to trying out this fix. Do you plan to cut a release layer on today? |
Hello @cowwoc, I have just released version 0.18.1. Let me know if it works as expected or feel free to re-open the issue. |
I don't have permission to reopen this issue, but the bug is still there. I am passing in an HTML entry point that contains:
However, when I modify |
I think I found the bug. At rna/packages/esbuild-rna/lib/Build.js Line 724 in 6f5fefd
you need to replace |
I just tested the fix locally. It works! |
Please merge #173 and cut a new release. Thank you. |
Hi, I am struggling to setup watch mode using esbuild-plugin-html, it seems that only the HTML files specified in the entryPoints are being watched but not the JS files that are included in the script tags. Is this behaviour expected?
The text was updated successfully, but these errors were encountered: