-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: broken hot reloading of global styles (#150)
* fix: broken hot reloading of global styles if local scoped hash maps were not returned, the loader was not adding HMR to the file at all. * fix: resetting package version resetting npm version back to 0.0.0-development for semantic releases
- Loading branch information
1 parent
a522101
commit 7d4b725
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "extract-css-chunks-webpack-plugin", | ||
"version": "4.0.0-beta.2", | ||
"version": "0.0.0-development", | ||
"description": "Extract CSS from chunks into stylesheets + HMR. Supports Webpack 4 + SSR", | ||
"license": "MIT", | ||
"author": "James Gillmore <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters