Skip to content

Commit

Permalink
Don’t drop console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jan 29, 2018
1 parent 6d0cc9b commit ffd15c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ module.exports = {
if_return: true,
join_vars: true,
cascade: true,
drop_console: true
drop_console: false
}
})
]
Expand Down

0 comments on commit ffd15c9

Please sign in to comment.