Remove moment

This commit is contained in:
Tom Moor
2018-03-06 20:31:12 -08:00
parent 247dbce9b0
commit 16a6c3bffe
7 changed files with 22 additions and 259 deletions

View File

@ -70,7 +70,6 @@ module.exports = {
new webpack.ProvidePlugin({
fetch: 'imports-loader?this=>global!exports-loader?global.fetch!isomorphic-fetch',
}),
new webpack.ContextReplacementPlugin(/moment[\\\/]locale$/, /^\.\/(en)$/),
new webpack.IgnorePlugin(/unicode\/category\/So/),
],
stats: {