about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorNolan Lawson <nolan@nolanlawson.com>2017-05-22 06:42:11 -0700
committerEugen Rochko <eugen@zeonfederated.com>2017-05-22 15:42:11 +0200
commit60e2b951dedfd0c97945c50248eacb812e1d61b3 (patch)
treebd33859f28d5564a5eef0981d50eee31d6a34d63 /package.json
parenta94c152fd30cb91c1f4bd9c1e000ea68d0385bfa (diff)
Add webpack-bundle-analyzer for production builds (#3170)
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index b7a272ea5..94711eb19 100644
--- a/package.json
+++ b/package.json
@@ -99,6 +99,7 @@
     "uuid": "^3.0.1",
     "uws": "^0.14.5",
     "webpack": "^2.4.1",
+    "webpack-bundle-analyzer": "^2.8.2",
     "webpack-manifest-plugin": "^1.1.0",
     "webpack-merge": "^4.1.0",
     "websocket.js": "^0.1.7"