mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 18:35:10 +02:00
12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
{
|
|
"presets": [
|
|
[ "@babel/preset-env", {
|
|
"loose": true,
|
|
"targets": { "browsers": [ "last 2 versions" ] },
|
|
"debug": false
|
|
} ]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime"
|
|
]
|
|
} |