We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf29953 commit 21fcc81Copy full SHA for 21fcc81
index.js
@@ -9,6 +9,7 @@ var uglifyify = require('uglifyify')
9
10
function makeUglifyOptions (debug) {
11
var uglifyOpts = {
12
+ uglify: require('uglify-es'),
13
output: {
14
ascii_only: true
15
},
package.json
@@ -12,6 +12,7 @@
"common-shakeify": "^0.4.6",
"envify": "^4.1.0",
"minify-stream": "^1.1.0",
+ "uglify-es": "^3.3.9",
16
"uglifyify": "^5.0.0",
17
"unassertify": "^2.1.1"
18
0 commit comments