maputnik/.babelrc

5 lines
114 B
Text
Raw Normal View History

2017-06-23 15:47:15 +02:00
{
"presets": ["es2015", "react"],
"plugins": ["transform-object-rest-spread", "transform-class-properties"]
2017-06-23 15:47:15 +02:00
}