-
-
Notifications
You must be signed in to change notification settings - Fork 219
Expand file tree
/
Copy pathimportmap.html.tt2
More file actions
26 lines (22 loc) · 1.4 KB
/
Copy pathimportmap.html.tt2
File metadata and controls
26 lines (22 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<script type="importmap">
{
"imports": {
"i18n": "[% c.url_for("/js/i18n.js?$version") %]",
"fscreen": "[% c.url_for("/js/$version/vendor/fscreen.esm.js") %]",
"preact": "[% c.url_for("/js/$version/vendor/preact.module.js") %]",
"preact/hooks": "[% c.url_for("/js/$version/vendor/hooks.module.js") %]",
"preact/compat": "[% c.url_for("/js/$version/vendor/compat.module.js") %]",
"@preact/signals": "[% c.url_for("/js/$version/vendor/signals.module.js") %]",
"@preact/signals-core": "[% c.url_for("/js/$version/vendor/signals-core.module.js") %]",
"@preact/signals/utils": "[% c.url_for("/js/$version/vendor/utils.module.js") %]",
"htm": "[% c.url_for("/js/$version/vendor/htm.js") %]",
"clsx": "[% c.url_for("/js/$version/vendor/clsx.m.js") %]",
"react-toastify": "[% c.url_for("/js/$version/vendor/react-toastify.esm.js") %]",
"react": "[% c.url_for("/js/$version/vendor/compat.module.js") %]",
"react-dom": "[% c.url_for("/js/$version/vendor/compat.module.js") %]",
"marked": "[% c.url_for("/js/$version/vendor/marked.esm.js?$version") %]",
"dompurify": "[% c.url_for("/js/$version/vendor/purify.js?$version") %]",
"sweetalert2": "[% c.url_for("/js/$version/vendor/sweetalert2.esm.min.js") %]"
}
}
</script>