How to make web workers with TypeScript and webpack
Using batressc’ answer I have managed to actually get passing messages back and forth working, in a somewhat nice manner. Adding to his answer with the libs, the Typescript code also needs some nudges to get working. First, create a file to make the file-loader cooperate with you when importing. I have a file named … Read more