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.
Hi, I'm getting proper traces with non worker code. But with
*.worker.js
code I get raw trace on errors which are hard to read.Is there someway to get worker-loader to play nicely with source-maps/devtools?
dependencies:
I'm using worker-load with non-ejected
create-react-app
, using this code.Example of trace from chromium:
I hope that's enough information. If there's anything else you need let me know
update:
Forgot to say: all the links in the above trace are to the current url, not a js file.
If I disable the babel loader for
*.worker.js
files the trace works fine.I've tried
inline: true
andinline: flase
but to no avail.The text was updated successfully, but these errors were encountered: