This website requires JavaScript.
Explore
Help
Sign In
zcy
/
svgedit
Watch
1
Star
0
Fork
You've already forked svgedit
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
420861f408
svgedit
/
babel.config.json
12 lines
128 B
JSON
Raw
Normal View
History
Unescape
Escape
use standard polyfills (only tested with esm)
2020-08-09 16:33:17 +00:00
{
"presets"
:
[
[
"@babel/env"
,
{
browserlist to default and update to corejs
2021-09-24 18:15:49 +00:00
"useBuiltIns"
:
"entry"
,
Fix #879 (#883) * create and use getTransformList * update dependencies
2023-03-30 23:57:06 +00:00
"corejs"
:
"3.27"
use standard polyfills (only tested with esm)
2020-08-09 16:33:17 +00:00
}
]
]
}