Files
easyappointments/babel.config.json
xavor 8c4798a5fd
Some checks failed
CI / build-test (push) Has been cancelled
first commit
2025-05-31 18:56:37 +02:00

7 lines
115 B
JSON

{
"presets": [
"@babel/preset-env",
["minify", { "builtIns": false, "mangle": false }]
]
}