Web Workers with Angular 17 works in development mode but not in production build
I’m coding an Angular 17 app and I need to use Web Workers. The problem is that this is working in my development environment but not in my production build.
I’m coding an Angular 17 app and I need to use Web Workers. The problem is that this is working in my development environment but not in my production build.