That's an interesting way of hiding your code. As I understand it, source maps are supposed to be used for aiding debugging during development anyways.
Another way may be to use a JavaScript obfuscator. So not even you can read your own code 😝 (check obfuscator.io)