Open GildasMorel opened 4 years ago
Add HMR configuration in webpack config.
https://webpack.js.org/guides/hot-module-replacement/
To execute project :
git clone git@github.com:sfeir-open-source/talk-control.git cd talk-control git checkout develop npm i npm start
After some digging, I am not sure it is possible at this stage to have hot-reloaded lit-elements.
Links:
@jefBinomed Do you have an idea ?
Add HMR configuration in webpack config.
https://webpack.js.org/guides/hot-module-replacement/
To execute project :