Source maps support for javascript resources

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).

What do you mean by ‘is not supported’? Do you have an example case where it appears to ‘not be supported’?

I mean, not implemented

And I mean,

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.

I will make example case in few hours when i’ll back home.