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 349f219 commit 0fc76b4Copy full SHA for 0fc76b4
.gitignore
@@ -8,3 +8,4 @@
8
/.idea
9
10
.DS_Store
11
+npm-debug.log
package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "extract-css-chunks-webpack-plugin",
3
+ "version": "0.0.0-placeholder",
4
"author": "James Gillmore <james@faceyspacey.com>",
5
"description": "Extract CSS from chunks into stylesheets + HMR",
6
"engines": {
0 commit comments