Skip to content

Commit 21fcc81

Browse files
committed
Use uglify-es until new terser gets published.
1 parent bf29953 commit 21fcc81

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var uglifyify = require('uglifyify')
99

1010
function makeUglifyOptions (debug) {
1111
var uglifyOpts = {
12+
uglify: require('uglify-es'),
1213
output: {
1314
ascii_only: true
1415
},

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"common-shakeify": "^0.4.6",
1313
"envify": "^4.1.0",
1414
"minify-stream": "^1.1.0",
15+
"uglify-es": "^3.3.9",
1516
"uglifyify": "^5.0.0",
1617
"unassertify": "^2.1.1"
1718
},

0 commit comments

Comments
 (0)