You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.
My Web Workers work beautifully on every browser except for IE10-11
It's getting upset that I'm using ES6.
I'm trying to include an ES6 shim in my web worker like so:
I managed to solve this in a different way.
I don't need the es6-shim at all if I pass it through babel-loader in my import
import rowsExportWorker from 'worker-loader?name=/dist/rows.export.worker.js&publicPath=/modules/custom/mt360/app!babel-loader!../workers/rows.export.worker';
My Web Workers work beautifully on every browser except for IE10-11
It's getting upset that I'm using ES6.
I'm trying to include an ES6 shim in my web worker like so:
But it seems to be ignored or something because it doesn't work. I tried
babel-polyfill
as well but no dice. Am I missing something?The text was updated successfully, but these errors were encountered: