From 1b7e41480e213d1f214c368f553d5eb03fb70897 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 16 Jun 2018 23:59:32 +0300 Subject: moment.js --- vnext/webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vnext/webpack.config.js') diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 97eeeb83..298ebde2 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -1,3 +1,4 @@ +const webpack = require('webpack'); const MiniCssExtractPlugin = require('mini-css-extract-plugin'); const history = require('connect-history-api-fallback'); const convert = require('koa-connect'); @@ -41,6 +42,7 @@ module.exports = { ] }, plugins: [ + new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/), new MiniCssExtractPlugin({ filename: "Juick.css", allChunks: true }) ], }; -- cgit v1.2.3