Skip to content

Commit

Permalink
🔥 Remove minification for normal release
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed Feb 9, 2018
1 parent 9f9aa23 commit eb42bd7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/webpack.release.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ if (process.env.NODE_ENV === 'production') {
'process.env': {
NODE_ENV: '"production"'
}
}),
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false
},
sourceMap: true
})
]
}

0 comments on commit eb42bd7

Please sign in to comment.