You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im using HTML templating to reduce the size of my HTML file. If I save index.html, the webpack dev server correctly rebuilds the file. However, if I save one of the template files, this does not happen.
Expected behaviour ☀️
The HTML file should be rebuilt using the templates if a template file is saved.
Current behaviour 💣
Im using HTML templating to reduce the size of my HTML file. If I save
index.html
, the webpack dev server correctly rebuilds the file. However, if I save one of the template files, this does not happen.Expected behaviour ☀️
The HTML file should be rebuilt using the templates if a template file is saved.
Reproduction Example 👾
head.html
file.I also tried setting it up on codesandbox but couldn't get the other HTML file to show up in
compilation.assets
https://codesandbox.io/s/html-webpack-plugin-5-x-alpha-forked-772ck7?file=/src/index.htmlHopefully this is okay, if not let me know.
Environment 🖥
The text was updated successfully, but these errors were encountered: