Skip to content

Commit

Permalink
Pass the --support-ie8 flag to uglifyjs.
Browse files Browse the repository at this point in the history
A breaking change was introduced in UglifyJS2 causing it not to generate
IE8-compatible code by default. However, we are still committed to
supporting it.
  • Loading branch information
tjgq committed Nov 4, 2017
1 parent 265f78c commit 0a5c04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ browserify \
src/index.js

uglifyjs dist/marzipano.js -o dist/marzipano.js \
-m -c warnings=false --preamble "$PREAMBLE"
-m -c warnings=false --support-ie8 --preamble "$PREAMBLE"

jsdoc -c jsdoc-conf.json

Expand Down

0 comments on commit 0a5c04f

Please sign in to comment.