summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-16 17:08:02 -0600
committerMike Greiling <mike@pixelcog.com>2017-02-16 17:08:02 -0600
commit8c6083a03c51e6100bc7c4793fc041f148fa2719 (patch)
tree0d6774e78e3573c9f5debdafb8b185d7244660ae
parentf6369e7513d7fed03bdc79e4fd315bccf5bb39e9 (diff)
downloadgitlab-ce-dont-compress-development-assets.tar.gz
-rw-r--r--config/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index c7732655e64..9bee7baceb7 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -112,7 +112,7 @@ if (IS_PRODUCTION) {
}),
new CompressionPlugin({
asset: '[path].gz[query]',
- }),
+ })
);
}