diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-24 15:22:44 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-24 15:22:44 +0900 |
| commit | 045bae33c48496b60479231decd76a158a73020d (patch) | |
| tree | 9dc00db133b0eaed280546de3828aaa2b181be94 | |
| parent | Fix (diff) | |
| download | sharkey-045bae33c48496b60479231decd76a158a73020d.tar.gz sharkey-045bae33c48496b60479231decd76a158a73020d.tar.bz2 sharkey-045bae33c48496b60479231decd76a158a73020d.zip | |
Fix
See https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/32
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 922c1ebc0d..04a9b59173 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "swagger-jsdoc": "1.9.4", "tslint": "5.3.2", "uglify-es": "3.0.11", - "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony", + "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22", "uglifyjs-webpack-plugin": "0.4.3", "webpack": "2.6.0" }, |