glitch-soc/.babelrc

5 lines
84 B
Plaintext
Raw Normal View History

{
2016-09-01 08:12:11 -04:00
"presets": ["es2015", "react"],
"plugins": ["transform-object-rest-spread"]
}