We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b241a50 commit 910b0e3Copy full SHA for 910b0e3
README.md
@@ -91,7 +91,8 @@ module.exports = {
91
// Options similar to the same options in webpackOptions.output
92
// both options are optional
93
filename: "[name].css",
94
- chunkFilename: "[id].css"
+ chunkFilename: "[id].css",
95
+ hot: true // optional is the plguin cannot automatically detect if you are using HOT, not for production use
96
}
97
),
98
]
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "extract-css-chunks-webpack-plugin",
3
- "version": "3.0.4-beta.1",
+ "version": "0.0.0-placeholder",
4
"author": "James Gillmore <james@faceyspacey.com>",
5
"contributors": [
6
"Zack Jackson <zackary.l.jackson@gmail.com> (https://github.com/zackljackson)"
0 commit comments