mitmproxy/web/.babelrc

4 lines
81 B
Plaintext
Raw Normal View History

2016-02-28 21:35:08 +00:00
{
"presets": ["es2015", "react"],
"plugins": ["transform-class-properties"]
2016-02-28 21:35:08 +00:00
}