|
|
|
|
|
by paulddraper
3137 days ago
|
|
> What kinds of secrets are able to be hidden via obfuscation? Source code is very effectively hidden by obfuscation. If that were not true, GNU and open-source and GPL would not exist. --- Regardless, another important thing is not to download source maps onto client's machines, as that defeats the whole point of minification. Decoding stack traces server-side dedups work and doesn't impose an unnecessary performance burden on users. |
|
Browsers don't download source map files unless the developer tools are opened. If your client is using your app with the dev tools open you may have other problems that have nothing to do with performance.