-
Notifications
You must be signed in to change notification settings - Fork 10
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
IE11 support? #44
Comments
Acknowledged. I have been wondering if anyone would notice that. If you can paste in a link with a tutorial on how to set up transpilation, your odds of getting a patch quickly will go up ;-) |
Thanks! In the project I'm working on we use babel to transpile our code. I think the babel usage doc should help. Step 2 shows how to configure it for particular browser targets. This tutorial looks pretty good too. |
Update: Some new team members are joining this project. Expect a patch in the next month. |
Hi, when do you foresee the next release to get this from npm? 😃 |
IE11 throws an error on the
class
keyword. Any chance you can offer a version of this library that's transpiled to IE11 supported code?The text was updated successfully, but these errors were encountered: