I want to build a CSS exercise book just like JSBin or Codepen with the help of webpack hot load feature. But I don't know how to make html file reload in page when it is modified. is there any loader or solution?
Asked
Active
Viewed 118 times
0
-
What are you using for loading your HTML now? – Brad Aug 20 '18 at 04:20
-
@Brad just use html-webpack-plugin to generate html index file automatically, so I want to inject html content to it and update synchronously – litbear Aug 21 '18 at 02:27