Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmeasday/webpack-lazy-compilation-repro-simple


https://github.com/tmeasday/webpack-lazy-compilation-repro-simple

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

## Repro of lazy compilation + HMR problem

1. `yarn webpack serve`
2. Open browser, ensure "preserve log" is on
3. Run `all()`
4. Notice logs:

```
GET http://localhost:8080/main.01ce74ce55d820aed88a.hot-update.json 404 (Not Found)
[HMR] Cannot find update. Need to do a full reload!
[HMR] (Probably because of restarting the webpack-dev-server)
```