mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 19:17:30 +00:00
Working React+Redux template
This commit is contained in:
@@ -11,6 +11,7 @@ module.exports = {
|
||||
plugins: [
|
||||
extractCSS,
|
||||
new webpack.optimize.OccurenceOrderPlugin(),
|
||||
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