MaketRandevu/babel.config.json

4 lines
91 B
JSON

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