Ignore unicode
This commit is contained in:
@ -49,6 +49,7 @@ module.exports = {
|
|||||||
fetch: 'imports?this=>global!exports?global.fetch!isomorphic-fetch',
|
fetch: 'imports?this=>global!exports?global.fetch!isomorphic-fetch',
|
||||||
}),
|
}),
|
||||||
new webpack.ContextReplacementPlugin(/moment[\\\/]locale$/, /^\.\/(en)$/),
|
new webpack.ContextReplacementPlugin(/moment[\\\/]locale$/, /^\.\/(en)$/),
|
||||||
|
new webpack.IgnorePlugin(/unicode\/category\/So/),
|
||||||
],
|
],
|
||||||
stats: {
|
stats: {
|
||||||
assets: false,
|
assets: false,
|
||||||
|
Reference in New Issue
Block a user