Skip to content
Snippets Groups Projects
.babelrc 82 B
{
    "presets":["env", "react"],
    "plugins": ["transform-class-properties"]
}