Skip to content
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 Babel 7.0.0 (stable) #38

Merged
merged 3 commits into from
Jan 14, 2019
Merged

Conversation

MattiasBuelens
Copy link
Contributor

Babel 7.0.0 has been released, so the new version of this plugin can also go out of beta. 😄

This PR prepares the plugin for a 8.0.0 release:

  • Drop support for Babel 7 beta and rc releases
  • Use Babel 7.0.0 for testing
  • Update examples for Babel 7

Before the new release, we should also update the README to suggest using @6 for Babel 6:

Installation

With babel 7.x:

npm install karma-babel-preprocessor @babel/core @babel/preset-env --save-dev

With babel 6.x:

npm install karma-babel-preprocessor@6 babel-core babel-preset-env --save-dev

@pdesjardins90 pdesjardins90 mentioned this pull request Jan 14, 2019
@hzoo hzoo merged commit d701abc into babel:master Jan 14, 2019
@MattiasBuelens MattiasBuelens deleted the babel7-stable branch January 14, 2019 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants