-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Switch from babel to buble #6836
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok with this if we also drop IE11 support and only target the latest browsers.
Why would it be necessary to drop IE support to make this change? buble transpiles to ES5 which is supported on IE11, so IE11 should work just fine with this change |
Hmm. It seems that |
I had tried getting it to work by replacing |
Did you test with IE if the build works ok? |
No, I don't have a windows machine, so don't have a way to test. I'd love it if you have IE available if you're able to check |
IE: Object doesn't support property or method 'assign' |
So, dug into this a bit. Buble uses Those StatCounter / IE: |
Thanks so much for testing this out! There's not really any information on how to use polyfills with buble that I can easily find. Perhaps it's better just to stick with babel since it's more widely used and better documented and things are working a bit better with it |
As suggested by @leeoniya in #6835. Thanks @leeoniya!
Builds much faster and results in a slightly smaller minifed file