Source maps files in production – Is it safe? [closed]
Searching for a possible solution to this, and if someone is not specifically using Sentry, I got to this blog post (ironically a Sentry blog post): https://blog.sentry.io/2015/10/29/debuggable-javascript-with-source-maps.html Where there is an interesting idea: “private source maps”. It implies generating the source maps in someplace that is not accessible from the internet (such as your company … Read more