Add missing quotes
This commit is contained in:
parent
b777343d70
commit
2fa251f366
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