noVNC/vendor/browser-es-module-loader
Soichi Hayashi c6720a41fe updated the src/browser-es-module-loader.js for my previous fix 2017-04-03 16:31:19 +00:00
..
dist Fixed the issue where novnc can't be relocated (under a different url 2017-04-02 16:54:28 +00:00
src updated the src/browser-es-module-loader.js for my previous fix 2017-04-03 16:31:19 +00:00
.npmignore Optimize ES6 Module Loader Polyfill 2017-03-21 17:39:07 -04:00
README.md Optimize ES6 Module Loader Polyfill 2017-03-21 17:39:07 -04:00
rollup.config.js Optimize ES6 Module Loader Polyfill 2017-03-21 17:39:07 -04:00

README.md

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