mitmproxy/web/.babelrc

4 lines
113 B
Plaintext
Raw Normal View History

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