Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpgrade style-loader to v0.21.0 to enable HMR for css modules #150
Conversation
It looks like this package is out of date on the I'm not sure what's preferred. Should I try to update this fork with the |
I've upgraded style-loader to address issue #144 where using CSS modules would not allow for HMR.
Here is the PR that was merged to allow for CSS modules to work with HMR on style-loader for reference: webpack-contrib/style-loader#298
I don't know of any breaking changes this update would cause.