mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
c493b316b1
* feat: add i18n to web * chore: enable es features
7 lines
159 B
Text
7 lines
159 B
Text
{
|
|
"presets": [["@verdaccio"]],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator"
|
|
]
|
|
}
|