astroturfcss / astroturf

Better Styling through Compiling: CSS-in-JS for those that want it all.
https://astroturfcss.github.io/astroturf/
MIT License
2.28k stars 60 forks source link

Styles not updated when watching with webpack #665

Closed cahnory closed 3 years ago

cahnory commented 3 years ago

I'm giving a try to astroturf v1 with webpack 5 and it seems that css files are correctly built at first but updates are ignored.

I tried to remove all extra features I used (plugin serve, loadable, react-refresh,…) but the issue persisted. So I made a minimal repo reproducing this behavior: https://github.com/cahnory/astroturf-v1-watch-issue-repro

I'll not be surprised if I made a mistake and, knowing this is still a work in progress if:

jquense commented 3 years ago

should be fixed in the latest beta!

cahnory commented 3 years ago

Awesome! And sorry to bother you ;)

Thank you to all astroturf's contributors!