-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App does not transpile for IE11 #532
Comments
Merged
Thanks @CeciliaCY can you try this deploy branch? |
deploy branch works @allthesignals |
A new commit in the PR should address most issues, but there are others including wizard not working. We should run the test suite against IE 11 and debug accordingly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some reason, related to the issue outlined here, EmberJS is not transpiling some of the imported dependencies, including mapbox-gl-js, among others. These deps use things like arrow functions which are not supported in IE11.
Following the linked thread, I am able to get past some of the initial compatibility issues, but there are downstream problems that I can't quite debug:
I can't inspect these error messages, the IE11 debugger just tries to "open" them but nothing happens.
The text was updated successfully, but these errors were encountered: