Skip to content

Commit 910b0e3

Browse files
fix: Adding manual param for enabeling hot
Automatic detection seems to miss a few scenarios, as a last resort. You can now add hot:true fix faceyspacey#72
1 parent b241a50 commit 910b0e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ module.exports = {
9191
// Options similar to the same options in webpackOptions.output
9292
// both options are optional
9393
filename: "[name].css",
94-
chunkFilename: "[id].css"
94+
chunkFilename: "[id].css",
95+
hot: true // optional is the plguin cannot automatically detect if you are using HOT, not for production use
9596
}
9697
),
9798
]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract-css-chunks-webpack-plugin",
3-
"version": "3.0.4-beta.1",
3+
"version": "0.0.0-placeholder",
44
"author": "James Gillmore <james@faceyspacey.com>",
55
"contributors": [
66
"Zack Jackson <zackary.l.jackson@gmail.com> (https://github.com/zackljackson)"

0 commit comments

Comments
 (0)