From 30bc1986432ea0a320b27928cc896d16a1a00f07 Mon Sep 17 00:00:00 2001 From: Liryna Date: Mon, 27 Feb 2017 10:15:29 +0100 Subject: [PATCH] uglify no longer have --support-ie8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08df755..f784462 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ FLOWTARGET=$(LIB).flow.js FLOWAUX=$(patsubst %.js,%.flow.js,$(AUXTARGETS)) AUXSCPTS=xlsxworker1.js xlsxworker2.js xlsxworker.js FLOWTGTS=$(TARGET) $(AUXTARGETS) $(AUXSCPTS) -UGLIFYOPTS=--support-ie8 +UGLIFYOPTS= ## Main Targets