We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c486d commit 6898cfaCopy full SHA for 6898cfa
package.json
@@ -1,7 +1,10 @@
1
{
2
"name": "extract-css-chunks-webpack-plugin",
3
- "version": "0.0.0-placeholder",
+ "version": "3.0.0-beta.1",
4
"author": "James Gillmore <james@faceyspacey.com>",
5
+ "contributors": [
6
+ "Zack Jackson <zackary.l.jackson@gmail.com> (https://github.com/zackljackson)"
7
+ ],
8
"description": "Extract CSS from chunks into stylesheets + HMR",
9
"engines": {
10
"node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
0 commit comments