Skip to content

Conversation

@aranajhonny
Copy link
Contributor

Previously #560 , it arose the necessity of having a .babelrc in the examples folder, but that presents failures obvious. error when trying to clone and run only the example

While a better solution is found, the simplest thing is to have "babel": {}, in the package.json

https://hello-world-zfhmvrypyd.now.sh/_src/?f=package.json

"next": "*"
"next": "^2.0.0-beta.16"
},
"babel": {},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not good. This works because, we check for .babelrc existence in the app dir. Unless we add next/babel as the preset by default.

We have to fix it. When we do that, it'll break apps using this.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants