mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
fix .baberc (#1041)
This commit is contained in:
parent
29e0c3eba0
commit
a9428b88e3
3
.babelrc
3
.babelrc
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"presets": ["es2015", "react"],
|
"presets": ["latest", "react"],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"transform-async-to-generator",
|
|
||||||
"transform-object-rest-spread",
|
"transform-object-rest-spread",
|
||||||
"transform-class-properties",
|
"transform-class-properties",
|
||||||
"transform-runtime"
|
"transform-runtime"
|
||||||
|
|
Loading…
Reference in a new issue