Closed
Description
If I include the following in my worker code (assuming dummyModule.js just contains export default 1
)
const unusedImport = () => import('./dummyModule')
then I get this error:
./src/myWorker.ts (./node_modules/worker-plugin/dist/loader.js?{"name":"0"}!./src/myWorker.ts)
ChunkRenderError: Conflict: Multiple chunks emit assets to the same filename static/js/0.chunk.worker.js (chunks 0 and 0)
Is this something we can work around with worker-plugin's options?
Metadata
Metadata
Assignees
Labels
No labels