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