Skip to content

Commit d0df144

Browse files
committed
let’s see what happens (diffing) with --ie though
1 parent 864cdd5 commit d0df144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-js.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ rm -rf src
110110
../scripts/smap-out.py dygraph.min.tmp.js /dev/null dygraph.min.tmp.js.map
111111

112112
uglifyjs \
113-
--no-module --v8 --webkit \
113+
--no-module --ie --v8 --webkit \
114114
--compress \
115115
--mangle \
116116
--output-opts "preamble='$header'" \

0 commit comments

Comments
 (0)