-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Upgrade to babel6 #132
Upgrade to babel6 #132
Conversation
347feb6
to
4fad317
Compare
<!-- build:development--> | ||
<script src="/webpack-dev-server.js"></script> | ||
<!-- endbuild --> | ||
|
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.
This was added to the webpack entry config. It is no longer needed here.
Are we cool to mergerino? |
} | ||
}); | ||
}; | ||
module.exports = require('./karma.conf.babel'); |
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 simply import our karma.conf.babel.js
file after invoking the babel register hook. So we can write our karma conf in future ES.
fdff11b
to
27f2a5f
Compare
"babel-preset-es2015": "^6.1.18", | ||
"babel-preset-react": "^6.1.18", | ||
"babel-preset-stage-1": "^6.1.18", | ||
"chai": "^3.3.0", |
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.
Pulled runtime deps into dependencies, all others are devDependencies. Also, bumped us down to stage 1 for a bit more stability.
⛄ |
No description provided.