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
deafa04d2e
svgedit
/
babel.config.json
12 lines
129 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"
,
{
fix issue with storage
2020-09-08 23:35:47 +00:00
"useBuiltIns"
:
"usage"
,
use standard polyfills (only tested with esm)
2020-08-09 16:33:17 +00:00
"corejs"
:
"3.6.5"
}
]
]
}