-
Notifications
You must be signed in to change notification settings - Fork 121
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
Further enhancements for babel 6 compatability #214
Conversation
Koa 2.0.0
This corrects the spelling of the key 'output' in dev.config.js.
Correct misspelling of key in webpack config
Change static text to localized
…lugin-1.0.1 Update extract-text-webpack-plugin to version 1.0.1 🚀
I18n through context
In one commit I converted from Firefox to Chrome. I reverted this change in a more recent commit. |
🎉 Thank's for the hard work! I'm going to review and test that 👍 One of the major problems of babel6 it's doesn't support older browsers like IE8 / IE9 and that's why I didn't gave it another shot since I need to support these browsers on some projects. I'm going to try all of that with https://github.com/sorrycc/es3ify-loader ;) |
@btomasini use |
closed for #136 |
This PR is a continuation of existing attempts to make the project work with Babel 6. Additional changes include:
One of the unit tests fails accessing messages.users.title property path. Not knowing enough about the inner workings of the project, I was unable to fix it.