scratch-paint/.babelrc

5 lines
84 B
Text
Raw Normal View History

2017-07-26 20:39:12 -04:00
{
2017-07-27 00:34:33 -04:00
"plugins": ["transform-object-rest-spread"],
2017-07-26 20:39:12 -04:00
"presets": ["es2015", "react"]
2017-07-27 07:57:24 -04:00
}