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 has been archived by the owner on Sep 18, 2024. It is now read-only.
I'm trying to change a resolver for a test. Specifically, I have a file being required via "worker-loader?inline=true!pdfjs-dist/build/pdf\.worker", and I would like my test suite to treat it as "raw-loader!pdfjs-dist/build/pdf\.worker".
I'm trying to change a resolver for a test. Specifically, I have a file being required via "worker-loader?inline=true!pdfjs-dist/build/pdf\.worker", and I would like my test suite to treat it as "raw-loader!pdfjs-dist/build/pdf\.worker".
I tried to abuse the current setup like so:
Unfortunately, that simply prefixes the import with "./", changing it into "./worker-loader?inline=true!pdfjs-dist/build/pdf\.worker".
The text was updated successfully, but these errors were encountered: