From 7f292a65e1c1101fa1d0aede218aa46b0518f9cd Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 25 May 2017 15:39:26 +0900 Subject: Use uglify-es-webpack-plugin to fix Safari/iOS issue --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index d44bd8933a..d617d62dac 100644 --- a/package.json +++ b/package.json @@ -86,8 +86,8 @@ "swagger-jsdoc": "1.9.4", "tslint": "5.3.2", "uglify-es": "3.0.11", - "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22", - "uglifyjs-webpack-plugin": "0.4.3", + "uglify-es-webpack-plugin": "0.0.2", + "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony", "webpack": "2.6.0" }, "dependencies": { -- cgit v1.2.3-freya