Skip to content

Commit

Permalink
fix(build): JS-28 - don't mangle function names
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Mar 26, 2019
1 parent ad5f3be commit 07100ca
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 @@ -122,6 +122,7 @@ function createConfig(options) {
sourceMap: true,
uglifyOptions: {
mangle: {
keep_fnames: true,
reserved: [ '$element', '$super', '$scope', '$uib', '$', 'jQuery', 'exports', 'require', 'angular', 'c3', 'd3' ]
},
compress: true
Expand Down

0 comments on commit 07100ca

Please sign in to comment.