link map WIP

This commit is contained in:
zadam
2019-06-03 22:55:59 +02:00
parent 0a0663be69
commit 87b16f3325
10 changed files with 919 additions and 28 deletions
@@ -34,6 +34,8 @@ const RELATION_MAP = {
]
};
const SPRINGY = {js: ["libraries/springy.js"]};
async function requireLibrary(library) {
if (library.css) {
library.css.map(cssUrl => cssLoader.requireCss(cssUrl));
@@ -67,5 +69,6 @@ export default {
CODE_MIRROR,
ESLINT,
COMMONMARK,
RELATION_MAP
RELATION_MAP,
SPRINGY
}