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

Seems .babelrc need update? #116

Open
ifndefdeadmau5 opened this issue Mar 5, 2017 · 1 comment
Open

Seems .babelrc need update? #116

ifndefdeadmau5 opened this issue Mar 5, 2017 · 1 comment

Comments

@ifndefdeadmau5
Copy link

I ran into some error with babel configuration since they using removed babel 5 options.
When I removed all stuff in .babelrc, it works.

@senpl
Copy link

senpl commented Oct 17, 2018

{
"presets": [
"es2015",
"stage-2"
]
and
npm install babel-preset-es2015 babel-preset-stage-2 --save works for me.

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

No branches or pull requests

2 participants