diff options
author | Phil Hughes <me@iamphill.com> | 2017-01-13 11:11:35 -0500 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-01-13 11:11:35 -0500 |
commit | fc4fcf33bfa3279bb0a81aac8498ada67b5e309b (patch) | |
tree | 2d19954ab7405912e56d0cae88d9f701da848224 /package.json | |
parent | 8a643c8fcd15e23a3b97ddc03a161ce3c8451099 (diff) | |
download | gitlab-ce-fc4fcf33bfa3279bb0a81aac8498ada67b5e309b.tar.gz |
Added gzip compression
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index fe48fa152c1..73fb487b973 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "babel-core": "^5.8.38", "babel-loader": "^5.4.2", "bootstrap-sass": "3.3.6", + "compression-webpack-plugin": "^0.3.2", "d3": "3.5.11", "dropzone": "4.2.0", "exports-loader": "^0.6.3", |