You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2021. It is now read-only.
Feature Proposal
excludeImporteeoption to exclude worker be loaded as webpack WebWorkerFeature Use Case
If 'b.worker.js' imports 'a.worker.js' to reuse some of its logic, it will just throw errors
https://github.com/JounQin/test/blob/worker-loader/src/b.worker.js
Please check https://github.com/JounQin/test/blob/worker-loader for example.
Workaround:
exclude
a.worker.jsfromworker-loader, and useworker-loader!./a.workerinstead.