1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-07 12:01:42 +07:00
verdaccio-ui/.babelrc

9 lines
174 B
Plaintext
Raw Permalink Normal View History

2019-02-03 17:23:33 +07:00
{
2019-11-19 04:47:57 +07:00
"presets": [["@verdaccio"]],
"plugins": [
"emotion",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-nullish-coalescing-operator"
]
2019-02-03 17:23:33 +07:00
}