mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Working React+Redux template
This commit is contained in:
@@ -31,6 +31,7 @@ module.exports = {
|
||||
name: '[name]_[hash]'
|
||||
})
|
||||
].concat(isDevelopment ? [] : [
|
||||
new webpack.optimize.UglifyJsPlugin({ compress: { warnings: false } })
|
||||
new webpack.optimize.UglifyJsPlugin({ compress: { warnings: false } }),
|
||||
new webpack.DefinePlugin({ 'process.env.NODE_ENV': '"production"' })
|
||||
])
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user