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

Support babel 7 #23

Open
diegohaz opened this issue Jul 15, 2018 · 1 comment
Open

Support babel 7 #23

diegohaz opened this issue Jul 15, 2018 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@diegohaz
Copy link
Owner

Possibly checking the babel version in the project (cwd) and using babel-register or @babel/register depending on the version.

Relevant parts of the code:

require("babel-register")(finalBabelConfig);

"babel-register": "^6.26.0",

@diegohaz diegohaz added enhancement New feature or request help wanted Extra attention is needed labels Jul 15, 2018
@namjul
Copy link

namjul commented Apr 8, 2019

@diegohaz do you want to keep support for babel 6?
Here an PR for babel 7 #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants