regexper-static/.babelrc

5 lines
79 B
Plaintext
Raw Normal View History

2018-02-10 21:22:59 +00:00
{
"presets": ["env", "react"],
"plugins": ["transform-class-properties"]
2018-02-10 21:22:59 +00:00
}