mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
6 lines
115 B
JSON
6 lines
115 B
JSON
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
["minify", { "builtIns": false, "mangle": false }]
|
|
]
|
|
}
|