mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
ac2a71876d
* Add support for using .babelrc in the app root. * Update the README about the .babelrc usage. * Fix a typo. * Remove additional example usage.
7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
{
|
|
"presets": [
|
|
"next/babel",
|
|
"stage-0"
|
|
],
|
|
}
|