Merge pull request #242 from bkniffler/patch-1

Add missing quotes to babelrc
This commit is contained in:
David Calavera 2017-02-24 16:25:53 +01:00 committed by GitHub
commit 73d5cf9031

View File

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