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 was archived by the owner on Sep 9, 2021. It is now read-only.
I'm not sure the best place for this, if it's a candidate for addition to the README. Currently it's buried in the awesome-typescript-loader issues, and I'd love to get some more visibility as I spent a chunk of time trying to get it functional. This is how you can make the worker-loader function with Typescript 2+
App.ts
import * as MyWorker from "worker-loader!../../worker";
const worker: Worker = new MyWorker();