-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
html was not generated in watch mode, after changing one of the files #1432
Comments
The reason is probably here: Lines 168 to 170 in 683435d
Can you try the following:
This should regenerate the template on every change (and will slow down your webpack build) |
I can confirm that
fixes the problem. UpdateThe problem in my case does not arise from using the |
I can confirm too, that fixes the problem. |
fixed in [email protected] |
this was also released official as [email protected] |
Expected behaviour
I would expect that after every change in any other file rather than template file (example js, css, etc). I should get regenerated html file in watch mode
Current behaviour
Now html-webpack-plugin generates html file only first time and usually people use clean-webpack-plugin, and the result is missing html file after any change inside any file js,css, etc
Environment
Config
Relevant Links
The text was updated successfully, but these errors were encountered: