PhpStorm: SCSS File Watcher - how to disable source maps?
if you've followed jetbrain's tutorial on how to work with sass/scss, you probably installed ruby-sass (there's also node-sass). any way phpstorm lets you define arguments when you setup a new watcher (settings->tools->file-watchers).
add the --no-source-map
flag and it'll prevent sourcemap generation.