django-rea / rea-app

Multi-platform UI application for OVN (Open Value Network) & REA (Resource / Event / Agent) backends- including Sensorica NRP, FreedomCoop OCP, GoPacifica DEEP & eventually django-rea project.
16 stars 6 forks source link

Fix CSS not being live reloaded #5

Closed pospi closed 7 years ago

pospi commented 7 years ago

Something is misconfigured in the Webpack build system to provide this; CSS has no sourcemaps either so the two may be related. Suspect it is some problem with css-loader, postcss-loader or the HMR module. Recommend updating everything to latest versions as a start. Always painful to debug this stuff!