Performance improvments (#2869)

This commit is contained in:
Christopher Speller
2016-05-04 10:10:19 -04:00
committed by Joram Wilander
parent 1cf9432524
commit 274a2a58f0
11 changed files with 42 additions and 61 deletions

View File

@@ -84,6 +84,11 @@ var config = {
new webpack.LoaderOptionsPlugin({
minimize: !DEV,
debug: false
}),
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify('production')
}
})
],
resolve: {