mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Babelrc fixes
This commit is contained in:
@@ -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" }]
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user