Use semver umd module

This commit is contained in:
Sandeep Somavarapu
2019-07-17 16:52:50 +02:00
parent 758780ba1e
commit cf6ccf1371
7 changed files with 21 additions and 7 deletions

View File

@@ -15,6 +15,7 @@
'xterm': `${window.location.origin}/node_modules/xterm/lib/xterm.js`,
'xterm-addon-search': `${window.location.origin}/node_modules/xterm-addon-search/lib/xterm-addon-search.js`,
'xterm-addon-web-links': `${window.location.origin}/node_modules/xterm-addon-web-links/lib/xterm-addon-web-links.js`,
'semver': `${window.location.origin}/node_modules/semver-umd/lib/semver-umd.js`,
}
});