### Problem Statement If source map upload enabled, in production we can see source code (Google Chrome > DevTools > Source) (This is not good) <img src="https://github.com/user-attachments/assets/65d3a4f1-2543-48ea-a535-bb78658bfe43" width="200"> When source map disable its look like <img src="https://github.com/user-attachments/assets/a8577db9-9a59-459b-8b7d-4a496a45f5c5" width="200"> ### Solution Brainstorm Maybe we can generate source map to another folder using separate command?