Johannes Edmeier

Results 49 comments of Johannes Edmeier

The bug was introduced with bfc451706280a390e95f4b94cba424f72f300599

@silverspectro you could fork it and publish with a different name

this duplicates #29 ...

I just figured out, if I disable the compression for the webpack dev server it works as expected...

I guess this is the culprit: https://github.com/expressjs/compression#server-sent-events

@Fractaliste I hacked this into my scripts: ``` "start": "sed -i '' -e 's/compress: true/compress: false/' ./node_modules/react-scripts/config/webpackDevServer.config.js && react-scripts start", ```

@duanhairuo I don't grok your question.