-
Notifications
You must be signed in to change notification settings - Fork 635
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
Remove babel requirement for server #1178
Conversation
I'm okay with removing babel but this means ungit will not work on older node or older browser as some of the client code within It would be nice to make a note of this in readme. |
I may be wrong but the components assets are already served as es6. If I look at http://localhost:8448/plugins/app/app.bundle.js for example, I can see a fat arrow here :
And the grunt file calls |
Proposal: Side note, what are the supported browsers? I am getting syntax errors in IE11 from the fat arrows. |
Its been over a year since #1137 got merged and we never got any issues regarding that. |
Thanks @ylecuyer ! If we still want to support older browsers we could use https://github.com/babel/babelify for example. It is a bit difficult because |
Remove babel requirement for server files