summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-20 15:42:51 -0600
committerMike Greiling <mike@pixelcog.com>2017-02-21 16:29:35 -0600
commit9a11acabb90ca0bd0826c5c21b09f96015337537 (patch)
tree4fdc6d6de7de30ac0e7de1ee6c37987d6dcd3eba /package.json
parentcac59408a58a8c6d2c3ce4fa5a27161a186b5ed5 (diff)
downloadgitlab-ce-9a11acabb90ca0bd0826c5c21b09f96015337537.tar.gz
add webpack bundle analyzer to production output
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index ad0aaef1897..66aa7e9fe5d 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,8 @@
"underscore": "^1.8.3",
"vue": "^2.0.3",
"vue-resource": "^0.9.3",
- "webpack": "^2.2.1"
+ "webpack": "^2.2.1",
+ "webpack-bundle-analyzer": "^2.3.0"
},
"devDependencies": {
"babel-plugin-istanbul": "^4.0.0",