summaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-01-23 10:25:50 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-01-23 10:25:50 +0100
commit5e0b78376ff48fc098afcc395b23f90e59a2ea90 (patch)
tree63a7a53c5cdfbc32c95e795b0873e9013b35d4c4 /src/main/resources/META-INF
parent52925b8effcf3feae1548ef9c145cbb0be66bde4 (diff)
Frontend: Add all remaining JavaScript modules to the import map.
Change-Id: I6bdc929a29ebf7e2de893ce984b42862680e21c6
Diffstat (limited to 'src/main/resources/META-INF')
-rw-r--r--src/main/resources/META-INF/resources/admin/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/resources/admin/index.html b/src/main/resources/META-INF/resources/admin/index.html
index 0464f63..6e91fd4 100644
--- a/src/main/resources/META-INF/resources/admin/index.html
+++ b/src/main/resources/META-INF/resources/admin/index.html
@@ -10,6 +10,8 @@
<script type="importmap-shim">
{
"imports": {
+ "loose-envify": "/node_modules/loose-envify/loose-envify.js",
+ "js-tokens": "/node_modules/js-tokens/index.js",
"symbol-observable": "/node_modules/symbol-observable/es/index.js",
"redux": "/node_modules/redux/es/redux.mjs",
"lit-html": "/node_modules/lit-html/lit-html.js"