mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
12 lines
181 B
JSON
12 lines
181 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"corejs": "3.15",
|
|
"useBuiltIns": "usage"
|
|
}
|
|
]
|
|
]
|
|
}
|