sfeir-open-source / talk-control

This project aims to make speakers' life easier by supplying an app to remotely control their slideshow.
Apache License 2.0
2 stars 5 forks source link

Configure webpack HMR #97

Open GildasMorel opened 4 years ago

GildasMorel commented 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
jtanguy commented 4 years ago

After some digging, I am not sure it is possible at this stage to have hot-reloaded lit-elements.

Links:

GildasMorel commented 4 years ago

@jefBinomed Do you have an idea ?

GildasMorel commented 4 years ago

@jefBinomed Do you have an idea ?