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
c0d0db4d7e
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"
,
separate svgcanvas from svgedit now you can use directlt svgcanvas. see readme.md * configure workspaces * move svgcanvas to packages folder * move utils to common and paint to svgcanvas * make svgcanvas a dependency of svgedit * update deps * workspaces requires npm 7 at least so the ci needs a new node version * update github actions to V3 * update snapshots using custom svg exports * remove unmaintained cypress snapshot plugin * new github action to add coverage in PR * Update onpushandpullrequest.yml * svgcanvas v7.1.6
2022-08-14 13:01:51 +00:00
"corejs"
:
"3.24"
use standard polyfills (only tested with esm)
2020-08-09 16:33:17 +00:00
}
]
]
}