mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
3d158a195a
* chore: plugin search ui chore: progress chore: format code chore: progress chore: @verdaccio-ui/copy-clipboard chore: search finish * chore: ui-components * Update ToolList.tsx * xss protection * Update static-data.yml * Update AddonCard.tsx
15 lines
253 B
Text
15 lines
253 B
Text
{
|
|
"extends": "../../.babelrc",
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": ["last 5 versions"],
|
|
"bugfixes": true,
|
|
"modules": "auto",
|
|
"debug": false
|
|
}
|
|
],
|
|
"@babel/preset-react"
|
|
],
|
|
}
|