KasmVNC/kasmweb/vendor/browser-es-module-loader
2021-03-29 11:46:12 +03:00
..
dist Regenerate module loader after tool upgrades 2021-03-29 11:46:12 +03:00
src Remove unused import from module loader 2021-03-29 11:44:23 +03:00
README.md Initial commit 2020-09-20 12:16:44 +00:00
rollup.config.js Initial commit 2020-09-20 12:16:44 +00:00

Custom Browser ES Module Loader

This is a module loader using babel and the ES Module Loader polyfill. It's based heavily on https://github.com/ModuleLoader/browser-es-module-loader, but uses WebWorkers to compile the modules in the background.

To generate, run rollup -c in this directory, and then run browserify src/babel-worker.js > dist/babel-worker.js.

LICENSE

MIT