mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01: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
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"
|
|
],
|
|
}
|