Skip to content

Commit

Permalink
Removed deprecated plugin from webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanko committed Apr 28, 2017
1 parent 4749bbf commit fbfaa3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ const rules = [
if (isProduction) {
// Production plugins
plugins.push(
new webpack.LoaderOptionsPlugin({
minimize: true,
debug: false,
}),
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false,
Expand Down

0 comments on commit fbfaa3e

Please sign in to comment.