Hello,
I want to request source mapping support for .js script files.
For example i use esbuild’s Build API for bunding typescript resource, this will generate for me additional .js.map file, wich can be useful for better error handling, but on FiveM this is not supported (or idk how to run this).
There’s various ways ‘source maps’ can be referenced in JS and some variants may be impossible to support (such as URL-relative references), so specifying your use case with actual reproducible code would be very helpful.