14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
{
|
|
"plugins":
|
|
[
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-transform-runtime"
|
|
],
|
|
"presets":
|
|
[
|
|
"@babel/env",
|
|
"@babel/react"
|
|
]
|
|
}
|