From fafaf8b32e0e03c16bab53704558cd5ee82f667f Mon Sep 17 00:00:00 2001 From: Braunson Yager Date: Sat, 5 Aug 2017 17:34:44 -0400 Subject: [PATCH] Uglify production bug fix ref #1 Thanks @guenam! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e4f7ec..6cd8ea6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "jquery": "^3.1.1", "laravel-mix": "0.*", "lodash": "^4.17.4", - "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony", + "uglify-es": "git+https://github.com/mishoo/UglifyJS2.git#harmony", "vue": "^2.1.10" }, "dependencies": {