react-static: CSS hot reloading does not work in v6

Are you reporting a bug?

Yes.

Environment

  1. react-static -v: 6.0.0-beta.21
  2. node -v: v10.11.0
  3. yarn --version or npm -v: 1.10.1
  4. Operating system: macOS

Steps to Reproduce the problem

  1. npm i -g react-static@6.0.0-beta.21
  2. react-static create
  3. choose basic
  4. yarn start
  5. 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)

Most upvoted comments

@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?