distribution-viewer/.babelrc

6 строки
91 B
Plaintext

{
"presets": ["react", "es2015"],
"plugins": [
"transform-object-rest-spread"
]
}