-
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
update to babel6 #136
update to babel6 #136
Conversation
@@ -8,7 +8,7 @@ process.env.NODE_PATH = 'app'; | |||
require('module').Module._initPaths(); | |||
|
|||
// Install `babel` hook for ES6 | |||
require('babel/register'); | |||
require('babel-core/register'); |
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.
'require' is not defined.
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.
We need babel-eslint to be updated first.
I've given it a new try, but still getting shit loads of errors. There's many open issues... |
You can use "babel-plugin-add-module-export" so you can require modules without .default property. |
I have a solution with packages: .babelrc Upgrade to latest version of linter and get a some little fixes ;) |
Finally 🚢 🎉 |
Need for theses