static-cms/.babelrc
Cássio Souza 48d8077ff0 Editorial workflow Improvements (#212)
* Merge conflicts automatically. Closes #208
* removed unpublished entry route
All entries (either under editorial workflow or not) go through the same edit route.
2017-01-11 20:58:15 -02:00

7 lines
146 B
Plaintext

{
"presets": ["es2015", "stage-1", "react"],
"plugins": ["lodash", ["babel-plugin-transform-builtin-extend", {
globals: ["Error"]
}]]
}