Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Disable var name mangling to ease debugging in Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Aug 22, 2016
1 parent c77c15e commit b2f3516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ if (TARGET === 'build') {
minimize: true,
sourceMap: false,
compress: {
mangle: false,
// Ignore warning messages are they are pretty useless
warnings: false
}
Expand Down

0 comments on commit b2f3516

Please sign in to comment.