Skip to content

Commit 7b9677f

Browse files
committed
Removed invalid config. Default behavior is the same.
1 parent cf5fd87 commit 7b9677f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var getPlugins = function(env) {
2020
case 'production':
2121
plugins.push(new ExtractTextPlugin('styles.css'));
2222
plugins.push(new webpack.optimize.DedupePlugin());
23-
plugins.push(new webpack.optimize.UglifyJsPlugin({minimize: true, sourceMap: true}));
23+
plugins.push(new webpack.optimize.UglifyJsPlugin());
2424
break;
2525
case 'development':
2626
plugins.push(new webpack.HotModuleReplacementPlugin());

0 commit comments

Comments
 (0)