Skip to content

Commit

Permalink
switch minify flag to --ie8
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Sep 20, 2024
1 parent 078997a commit 305ff08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/minify
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
cat - | ../../node_modules/.bin/uglifyjs \
--compress \
--mangle \
--ie \
--ie8 \
--source-map "includeSources,content=inline,url=$(basename "$1").map" \
--output "$1"

0 comments on commit 305ff08

Please sign in to comment.