I [asked](https://discord.com/channels/595317990191398933/1192896927684100136) this in #workers-help

I workers-and-pages-helpIs it possible to get Wrangler to reference source file names, not compiled ones, when error'ing? this in #workers-help but didn't get any joy: is it possible to get Wrangler to reference local, unminified files when reporting errors? Right now it reports errors relative to compiled files i.e. /.wrangler/tmp/dev-BjjrCX/index.js not my/original/file.js? I've tried adding minify=true to my TOML (both at the top, and under [vars]) but the result is the same.
Was this page helpful?