gecko-dev/devtools/client/webconsole/.babelrc

8 строки
119 B
Plaintext

{
"plugins": [
"transform-flow-strip-types",
"transform-react-jsx",
"transform-object-rest-spread"
]
}