Ignore unicode

This commit is contained in:
Jori Lallo
2017-07-10 21:47:02 -07:00
parent a72a681e97
commit 279f59a11d

View File

@ -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,