static-cms/.babelrc

5 lines
151 B
Plaintext
Raw Normal View History

2016-02-25 00:45:56 -08:00
{
"presets": ["react", "es2015"],
2016-07-05 13:48:52 -03:00
"plugins": ["transform-class-properties", "transform-object-assign", "transform-object-rest-spread", "lodash"]
2016-02-25 00:45:56 -08:00
}