diff options
author | Phil Hughes <me@iamphill.com> | 2017-02-14 21:45:36 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-02-14 21:49:18 +0000 |
commit | d4f7f70f1e7c0b8481d33176fd0886a79022217a (patch) | |
tree | 7b83ebd3682c9b5468d14d8fb127b1953b41a8af /config/webpack.config.js | |
parent | b4c00ae43dda8e32061539f3177a4294a706efc9 (diff) | |
download | gitlab-ce-no-more-moment.tar.gz |
Stop Pikaday using momentno-more-moment
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 1 |
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: { |