]> git.proxmox.com Git - mirror_novnc.git/blob - vendor/browser-es-module-loader/README.md
c26867f979ff4a27f8726a4aeed15d65d6faeb18
[mirror_novnc.git] / vendor / browser-es-module-loader / README.md
1 Custom Browser ES Module Loader
2 ===============================
3
4 This is a module loader using babel and the ES Module Loader polyfill.
5 It's based heavily on
6 https://github.com/ModuleLoader/browser-es-module-loader, but uses
7 WebWorkers to compile the modules in the background.
8
9 To generate, run `rollup -c` in this directory, and then run `browserify
10 src/babel-worker.js > dist/babel-worker.js`.
11
12 LICENSE
13 -------
14
15 MIT