mirror of
https://github.com/KevinMidboe/fetch-the-release.git
synced 2025-10-29 01:20:23 +00:00
11 lines
145 B
Plaintext
11 lines
145 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"useBuiltIns": false,
|
|
}],
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime"
|
|
]
|
|
}
|