mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
16 lines
253 B
Plaintext
16 lines
253 B
Plaintext
![]() |
{
|
||
|
"extends": "../../.babelrc",
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": ["last 5 versions"],
|
||
|
"bugfixes": true,
|
||
|
"modules": "auto",
|
||
|
"debug": false
|
||
|
}
|
||
|
],
|
||
|
"@babel/preset-react"
|
||
|
],
|
||
|
}
|