14 lines
177 B
Plaintext
14 lines
177 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"useBuiltIns": "usage"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"plugins": [
|
||
|
"@babel/plugin-proposal-object-rest-spread"
|
||
|
]
|
||
|
}
|