mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 03:19:36 +01:00
9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
{
|
|
"extends": "../../.babelrc",
|
|
"plugins": ["@emotion"],
|
|
"sourceMaps" : "inline",
|
|
"presets": [
|
|
"@babel/preset-react"
|
|
]
|
|
}
|