Babelrc fixes

This commit is contained in:
Dannon Baker
2018-03-21 09:26:46 -04:00
parent fa5fae50c5
commit 4fb391b127
@@ -1,10 +1,11 @@
{
"presets": ["env"],
"plugins": [[
"auto-import", {
"declarations": [
{ "default": "$", "path": "jquery" }
]
}
]]
"presets": ["env"],
"plugins": [
[
"auto-import",
{
"declarations": [{ "default": "$", "path": "jquery" }, { "default": "jQuery", "path": "jquery" }]
}
]
]
}