Merge pull request #242 from bkniffler/patch-1
Add missing quotes to babelrc
This commit is contained in:
commit
73d5cf9031
2
.babelrc
2
.babelrc
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"presets": ["es2015", "stage-1", "react"],
|
"presets": ["es2015", "stage-1", "react"],
|
||||||
"plugins": ["lodash", ["babel-plugin-transform-builtin-extend", {
|
"plugins": ["lodash", ["babel-plugin-transform-builtin-extend", {
|
||||||
globals: ["Error"]
|
"globals": ["Error"]
|
||||||
}]]
|
}]]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user