I would like to use web workers in an ember project. However this web worker isn’t just going to be a single static Javascript file, I would like to be able to write it in Typescript and have the final worker JS bundle be build by ember build and ember serve. Is this possible?
2 posts - 2 participants