Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navarroaxel/webpack-css-hot-bug
https://github.com/navarroaxel/webpack-css-hot-bug
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/navarroaxel/webpack-css-hot-bug
- Owner: navarroaxel
- Created: 2018-03-15T00:49:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T10:23:11.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T11:27:47.630Z (7 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.