I went looking for this answer and noticed it is not yet on Stack Overflow. So I hope to share this knowledge for anyone in need.
Situation:
In the command line: compiling compressed SASS files from the scss folder into the css folder.
sass --watch scss:css --style compressed
This creates css files, but it also creates .map files as well.
Question:
So how do I stop these .map files from being created?