HTML Webpack Plugin and HMR

Does anyone know how to save an HTML page from a Webpack HTML module when Webpack is hot running? It stores files in its memory and I want to store them on the file system. Thank.

+3
webpack webpack-dev-server


source to share


No one has answered this question yet

Check out similar questions:

1203
NPM vs. Bower vs. Browserify vs. Gulp vs. Grunt vs. Webpack
282
Managing jQuery plugin dependency in webpack
172
What is Hot Module Replacement in Webpack?
15
Webpack html plugin not generating html
3
Run webpack with HMR client on another system
2
Build HTML in webpack in dev mode using html-webpack-plugin
1
Webpack HMR does not reload html
0
Html file html file for webpack not generated
0
WebPack and reactive module with babel and ES6 do not refresh the page on save
0
Webpack-dev-server inserts package into HTML page but nothing is displayed



All Articles