csepulv / electron-with-create-react-app

Sample Electron application using create-react-app
MIT License
831 stars 217 forks source link

CSS hotreload #18

Closed ojacquemart closed 4 years ago

ojacquemart commented 6 years ago

Hello,

Great project 👍

The hot reload app is working fine with js files but it does not work with the css files. Any idea to make the hot reload working?

csepulv commented 6 years ago

Which css files don't reload? I tried making changes to App.css and index.css and they reload. (As a note, create-react-app doesn't technically have hot reloading, but just reloading. (https://github.com/facebook/create-react-app/pull/2304)