11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
{
|
|
"plugins": [
|
|
"@babel/transform-object-assign",
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
],
|
|
"presets": [
|
|
"@babel/react",
|
|
"@babel/preset-env"
|
|
]
|
|
}
|