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
5d1ba0205b
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"
,
update dependencies
2021-11-01 19:27:52 +00:00
"corejs"
:
"3.19"
use standard polyfills (only tested with esm)
2020-08-09 16:33:17 +00:00
}
]
]
}