15 lines
183 B
Plaintext
15 lines
183 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"loose": true,
|
|
"modules": false
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-external-helpers"
|
|
]
|
|
}
|