Fork me on GitHub
#figwheel-main
<
2022-05-09
>
augustl05:05:08

any tips on getting source maps to work when using webpack bundling?

thisgeek17:07:09

@U0MKRS1FX I’m puzzled about this too. Did you ever find an answer?

augustl20:07:07

no, never figured it out! “Resolved” it by tweaking advanced optimization to emit non-randomized symbol names with :pseudo-names

thisgeek13:07:27

Copy that. I imagine there’s a way, perhaps with https://github.com/webpack-contrib/source-map-loader or something akin to it. If I have any success I’ll let you know.