mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-01-20 15:22:58 -05:00
29 lines
606 B
Plaintext
Executable File
29 lines
606 B
Plaintext
Executable File
{
|
|
"presets": [
|
|
"@babel/react",
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"modules": false,
|
|
"useBuiltIns": "usage",
|
|
"corejs": 3,
|
|
"targets": {
|
|
"browsers": ["defaults"]
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": { "node": "current" }
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
}
|