rsnext/examples/with-custom-babel-config/.babelrc
Arunoda Susiripala ac2a71876d Add support for using .babelrc in the app root. (#493)
* Add support for using .babelrc in the app root.

* Update the README about the .babelrc usage.

* Fix a typo.

* Remove additional example usage.
2016-12-26 10:13:45 -08:00

6 lines
56 B
Text

{
"presets": [
"next/babel",
"stage-0"
],
}