Is it possible to purposefully create a bad sourcemap for a javascript file to make it harder to see the pretty source code or debug through it to people outside the development team?
Do you know any tools to do that?
Where can I find the details of sourceMap format to try and do that myself?
It's impossible with sourceMap. Everyone can disable sourceMap in DevTools settings and debug original sources.