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

Upgrade Babel 7 #64

Merged
merged 4 commits into from
Sep 2, 2018
Merged

Upgrade Babel 7 #64

merged 4 commits into from
Sep 2, 2018

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Sep 2, 2018

Congratulations to come release of Babel 7 stable! 🎉 This PR has major upgrade of Babel from 6 to 7.

  • Use babel.config.js instead of .babelrc.
  • watch script added --verbose option to become to work as same as before (logging updated files).
  • babel-plugin-add-module-exports package is no longer used (Not supported Babel 7). It is useful when require non-object value by require(), but Marpit always uses CommonJS.

In addition, we will specify required Node strictly. (>= 6.14.2, Boron Maintenance LTS)

@yhatt
Copy link
Member Author

yhatt commented Sep 2, 2018

Currently CircleCI has been service outage of npm registry reads. We will rerun workflow after a while.

@yhatt yhatt merged commit 8a1cad7 into master Sep 2, 2018
@yhatt yhatt deleted the upgrade-babel branch September 2, 2018 02:04
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.

1 participant