Files
svgedit/babel.config.json
JFH 00a7d61122 Update packages and remove the instrument step (#854)
* several updates
* avoid the instrumented step in tests
2022-11-27 23:01:27 +01:00

12 lines
128 B
JSON

{
"presets": [
[
"@babel/env",
{
"useBuiltIns": "entry",
"corejs": "3.26"
}
]
]
}