mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-08 00:54:10 +01:00
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
["@babel/preset-react", {"runtime": "automatic"}]
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-transform-spread", {
|
|
"loose": true
|
|
}]
|
|
]
|
|
} |