@ -59,5 +59,10 @@ module.exports = {
}),
].concat(debug ? [] : [
// production webpack plugins go here
new webpack.DefinePlugin({
'process.env': {
'NODE_ENV': JSON.stringify('production')
}
])
};