48d8077ff0
* Merge conflicts automatically. Closes #208 * removed unpublished entry route All entries (either under editorial workflow or not) go through the same edit route.
7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
{
|
|
"presets": ["es2015", "stage-1", "react"],
|
|
"plugins": ["lodash", ["babel-plugin-transform-builtin-extend", {
|
|
globals: ["Error"]
|
|
}]]
|
|
}
|