Skip to content

Commit

Permalink
Use uglify-es until new terser gets published.
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jun 1, 2018
1 parent bf29953 commit 21fcc81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var uglifyify = require('uglifyify')

function makeUglifyOptions (debug) {
var uglifyOpts = {
uglify: require('uglify-es'),
output: {
ascii_only: true
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"common-shakeify": "^0.4.6",
"envify": "^4.1.0",
"minify-stream": "^1.1.0",
"uglify-es": "^3.3.9",
"uglifyify": "^5.0.0",
"unassertify": "^2.1.1"
},
Expand Down

0 comments on commit 21fcc81

Please sign in to comment.