KasmVNC/kasmweb/vendor/browser-es-module-loader
2020-09-20 12:16:44 +00:00
..
dist Initial commit 2020-09-20 12:16:44 +00:00
src Initial commit 2020-09-20 12:16:44 +00: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