Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tmeasday/webpack-lazy-compilation-repro-simple
- Owner: tmeasday
- Created: 2022-04-14T07:43:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T11:58:54.000Z (over 2 years ago)
- Last Synced: 2024-10-26T04:23:48.822Z (3 months ago)
- Language: JavaScript
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```