iflrandevu/babel.config.json

7 lines
115 B
JSON
Raw Normal View History

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