static-cms/.babelrc

5 lines
141 B
Plaintext
Raw Normal View History

2016-02-25 00:45:56 -08:00
{
"presets": ["react", "es2015"],
"plugins": ["transform-class-properties", "transform-object-assign", "transform-object-rest-spread"]
}