insomnia/.babelrc

5 lines
84 B
Plaintext
Raw Normal View History

2016-03-20 04:00:40 +00:00
{
2016-04-03 22:54:39 +00:00
"presets": ["es2015", "react"],
"plugins": ["transform-object-rest-spread"]
2016-03-20 04:00:40 +00:00
}