I'm using the HtmlWebpackPlugin to generate an HTML page that properly links to my CSS and JS. My goal to setup a Webpack Watch, or something else, and reload my HTML document as it includes changes I make to the HTML. The problem I have is that each time I build the HtmlWebpackPlugin erases all HTML changes I make. Resets it to it's initial build. I believe my problem is my failure to understand either what the plugin is designed for or a configuration issue.
Suggestions on what I may not understand about this plugin?
No responses yet.