From 305ff08de8a608d7263a9c99985a4c82f0be1328 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Fri, 20 Sep 2024 10:24:06 +0100 Subject: [PATCH] switch minify flag to --ie8 --- bin/minify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/minify b/bin/minify index ab528cb23e..55deae3fd0 100755 --- a/bin/minify +++ b/bin/minify @@ -3,6 +3,6 @@ cat - | ../../node_modules/.bin/uglifyjs \ --compress \ --mangle \ - --ie \ + --ie8 \ --source-map "includeSources,content=inline,url=$(basename "$1").map" \ --output "$1"