mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
16 lines
279 B
Text
16 lines
279 B
Text
{
|
|
"extends": "../../.babelrc",
|
|
"plugins": ["@emotion"],
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": ["last 5 versions"],
|
|
"bugfixes": true,
|
|
"modules": "auto",
|
|
"debug": false
|
|
}
|
|
],
|
|
"@babel/preset-react"
|
|
]
|
|
}
|