Results 1 comments of K024

Hi, @kulmajaba. When you write your code like ```typescript workerFactory(new URL('./worker.ts', import.meta.url), { type: 'module' }); ``` the URL is treated as an asset url, and will be transformed by...