mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:19:07 +00:00
13 lines
179 B
Plaintext
13 lines
179 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"useBuiltIns": "usage",
|
|
"corejs": 3
|
|
}
|
|
]
|
|
],
|
|
"plugins": ["@babel/plugin-transform-spread"]
|
|
}
|