insomnia/.babelrc
2016-04-03 15:54:39 -07:00

5 lines
84 B
Plaintext

{
"presets": ["es2015", "react"],
"plugins": ["transform-object-rest-spread"]
}