Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-21 00:42:51 +0300
committerMike Greiling <mike@pixelcog.com>2017-02-22 01:29:35 +0300
commit9a11acabb90ca0bd0826c5c21b09f96015337537 (patch)
tree4fdc6d6de7de30ac0e7de1ee6c37987d6dcd3eba /package.json
parentcac59408a58a8c6d2c3ce4fa5a27161a186b5ed5 (diff)
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",