Files
galaxy/config/plugins/visualizations/scatterplot/.babelrc
T
2018-03-21 09:26:46 -04:00

12 lines
240 B
Plaintext

{
"presets": ["env"],
"plugins": [
[
"auto-import",
{
"declarations": [{ "default": "$", "path": "jquery" }, { "default": "jQuery", "path": "jquery" }]
}
]
]
}