react-static: CSS hot reloading does not work in v6
Are you reporting a bug?
Yes.
Environment
react-static -v
: 6.0.0-beta.21node -v
: v10.11.0yarn --version or npm -v
: 1.10.1- Operating system: macOS
Steps to Reproduce the problem
- npm i -g react-static@6.0.0-beta.21
- react-static create
- choose basic
- yarn start
- modify app.css
Expected Behavior
CSS should hot reload, but it doesn’t
I’ve been using react-static@6 beta since 6.0.0-beta.14 and css hot reloading never worked for me.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 17 (12 by maintainers)
@SleeplessByte tested on both windows 10 and Ubuntu 18 with both blank and basic installation. Changing the CSS doesn’t result in any changes until you refresh your browser.
Works fine when using “create react app” so nothing to do with the set up I’m using 😃 Care to share your configuration?
Should I create a new bug report? or does someone want to reopen this one?