Skip to content

Commit

Permalink
chore(webpack): remove useless obfuscator πŸ‡³πŸ‡΄
Browse files Browse the repository at this point in the history
Reasons:
- Guys from Opera need readable bundle for review πŸ‡³πŸ‡΄
- This is open source project
  • Loading branch information
bartholomej committed Jul 23, 2017
1 parent ef45d14 commit a5fc381
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ module.exports = function (options) {
}
return webpackMerge(commonConfig(), {
plugins: [
new webpack.optimize.UglifyJsPlugin,
new webpack.optimize.UglifyJsPlugin({
compress: false
}),
new CopyWebpackPlugin([
{
from: 'src/manifest-common.json',
Expand Down

0 comments on commit a5fc381

Please sign in to comment.