mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 03:19:36 +01:00
17 lines
279 B
Plaintext
17 lines
279 B
Plaintext
{
|
|
"extends": "../../.babelrc",
|
|
"plugins": ["@emotion"],
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": ["last 5 versions"],
|
|
"bugfixes": true,
|
|
"modules": "auto",
|
|
"debug": false
|
|
}
|
|
],
|
|
"@babel/preset-react"
|
|
]
|
|
}
|