Skip to content

Commit 3bb1687

Browse files
committed
Remove direct dependency on uglify-es, use terser 3.7.6+.
1 parent 8ecc455 commit 3bb1687

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

index.js

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

1010
function makeUglifyOptions (debug) {
1111
var uglifyOpts = {
12-
uglify: require('uglify-es'),
1312
output: {
1413
ascii_only: true
1514
},

package.json

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

0 commit comments

Comments
 (0)