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,