NeuralNotes icon indicating copy to clipboard operation
NeuralNotes copied to clipboard

Enable hot reload for webpack

Open DarthVanger opened this issue 5 years ago • 1 comments

For webpack dev server we explicitly set hot: false: https://github.com/DarthVanger/NeuralNotes/blob/master/server/server.js#L8

Would be great to enable hot reload https://webpack.js.org/guides/hot-module-replacement/

Related to https://github.com/DarthVanger/NeuralNotes/issues/84

DarthVanger avatar Jan 27 '20 15:01 DarthVanger

https://github.com/gaearon/react-hot-loader

dhammma avatar Feb 02 '20 17:02 dhammma