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
path: root/config
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-02-15 00:45:36 +0300
committerPhil Hughes <me@iamphill.com>2017-02-15 00:49:18 +0300
commitd4f7f70f1e7c0b8481d33176fd0886a79022217a (patch)
tree7b83ebd3682c9b5468d14d8fb127b1953b41a8af /config
parentb4c00ae43dda8e32061539f3177a4294a706efc9 (diff)
Stop Pikaday using moment
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 5d5e4bb570a..07023bdee51 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -83,6 +83,7 @@ var config = {
new CompressionPlugin({
asset: '[path].gz[query]',
}),
+ new webpack.IgnorePlugin(/moment/, /pikaday/),
],
resolve: {