mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
c493b316b1
* feat: add i18n to web * chore: enable es features
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
{
|
|
"presets": [["@verdaccio"]],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator"
|
|
]
|
|
}
|