typescript-webworker icon indicating copy to clipboard operation
typescript-webworker copied to clipboard

An example repository for using typescript and webworkers with webpack

Results 2 typescript-webworker issues
Sort by recently updated
recently updated
newest added

Sample work with sample worker, but when I add any import in my worker code, it starts failed with > Uncaught ReferenceError: exports is not defined I also see `Object.defineProperty(exports,...

Hi, I'm trying to use it with ionic. I created the 3 files you suggested, but I have this error: `Module not found: Error: Can't resolve 'file-loader'` Can you help...