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 f8852e0 commit fcebcedCopy full SHA for fcebced
.gitignore
@@ -3,4 +3,5 @@ lib
3
node_modules
4
npm-debug.log
5
package-lock.json
6
-.vscode
+.vscode
7
+yarn.lock
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "webpack-visualizer-plugin2",
"description": "Generate webpack bundle chart",
- "version": "1.0.0",
+ "version": "1.1.0",
"main": "lib/plugin.js",
"author": "Chris Bateman (http://cbateman.com/)",
"contributors": [
0 commit comments