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-17 02:08:02 +0300
committerMike Greiling <mike@pixelcog.com>2017-02-17 02:08:02 +0300
commit8c6083a03c51e6100bc7c4793fc041f148fa2719 (patch)
tree0d6774e78e3573c9f5debdafb8b185d7244660ae
parentf6369e7513d7fed03bdc79e4fd315bccf5bb39e9 (diff)
remove trailing comma
-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]',
- }),
+ })
);
}