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
5682e8c596
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 packages and remove the instrument step (#854) * several updates * avoid the instrumented step in tests
2022-11-27 22:01:27 +00:00
"corejs"
:
"3.26"
use standard polyfills (only tested with esm)
2020-08-09 16:33:17 +00:00
}
]
]
}