From 279f59a11d6c8fe6532f4a2d4da279f8a6b35bbb Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 10 Jul 2017 21:47:02 -0700 Subject: [PATCH] Ignore unicode --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 54b66792..a0e5c172 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -49,6 +49,7 @@ module.exports = { fetch: 'imports?this=>global!exports?global.fetch!isomorphic-fetch', }), new webpack.ContextReplacementPlugin(/moment[\\\/]locale$/, /^\.\/(en)$/), + new webpack.IgnorePlugin(/unicode\/category\/So/), ], stats: { assets: false,