figwheel-main

2022-05-09T05:03:08.017389Z

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

thisgeek 2022-07-19T17:35:09.262239Z

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

2022-07-19T20:58:07.231399Z

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

thisgeek 2022-07-20T13:57:27.186179Z

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.