Webstorm automatically compiles the .map file generated by scss how to prevent it from generating

I went to search a lot of tutorials, and they all said to delete the ":" in the output paths to refresh.

clipboard.png

.map

csscss.map

clipboard.png

how not to generate this file

Mar.19,2021

arguments add -- sourcemap=none


has changed now

you need to add -- no-source-map

the description document is shown in figure

clipboard.png

Menu