https://github.com/navarroaxel/webpack-css-hot-bug
https://github.com/navarroaxel/webpack-css-hot-bug
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/navarroaxel/webpack-css-hot-bug
- Owner: navarroaxel
- Created: 2018-03-15T00:49:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T10:23:11.000Z (over 2 years ago)
- Last Synced: 2025-01-17T19:50:07.586Z (6 months ago)
- Language: JavaScript
- Size: 735 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-css-hot-bug
This repo exists to show a css-hot-loader bug in webpack@4.
## Related issues
https://github.com/shepherdwind/css-hot-loader/issues/37
## Reproducing the bug
After clone this repo you should run the following commands:yarn install
yarn startOpen http://localhost:3000 and you can see the TypeError on the console of the DevTools when the page loads the `main.bundle.js`.
The error is fixed in the bundle when a hot change is made to the SCSS file and the bundle is reloaded.