mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
script type=module support, closes #1186
This commit is contained in:
parent
640ac7071b
commit
fa0c3777b8
6 changed files with 74 additions and 24 deletions
|
|
@ -61,6 +61,7 @@ def extra_js_urls():
|
|||
"sri": "SRIHASH",
|
||||
},
|
||||
"https://plugin-example.datasette.io/plugin1.js",
|
||||
{"url": "https://plugin-example.datasette.io/plugin.module.js", "module": True},
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue