systemjs / systemjs

Dynamic ES module loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

worker-load.js conflicts with fetch-load.js and prevents systemjs-babel from working in a web worker

JensLincke opened this issue · comments

fetch-load.js and worker-load.js are incompatible and overwrite each other.

The https://github.com/systemjs/systemjs-babel extension uses the fetch-load and therefore does not function in a web worker.

Is this the intended behavior or a bug? Was it the correct place for systemjs-babel to hook into code rewriting? Or should worker-load.js behavior be fixed?