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
If the source for the worker is treated by other loaders first, e.g. by Babel, then the sourcemap flowing out of those loaders is not propagated correctly by the rpc-worker-loader.
A minimal required and working change is trivial.
Instead of
If the source for the worker is treated by other loaders first, e.g. by Babel, then the sourcemap flowing out of those loaders is not propagated correctly by the rpc-worker-loader.
A minimal required and working change is trivial.
Instead of
do
Though technically, the new lines added by workerScript should be nulled away in the source map. (Webpack has source map helpers for this, iirc.)
The text was updated successfully, but these errors were encountered: