diff --git a/.babelrc b/.babelrc index 9f49dc7a..a95ffbaa 100644 --- a/.babelrc +++ b/.babelrc @@ -1,6 +1,6 @@ { "presets": ["es2015", "stage-1", "react"], "plugins": ["lodash", ["babel-plugin-transform-builtin-extend", { - globals: ["Error"] + "globals": ["Error"] }]] }