File Watcher - Stop Generating .Map file
已回答
When I create a new style sheet (SCSS) it will always generate a "file.css.map" file. How do I stop it from autogenerating this?
请先登录再写评论。
Hello,
Please attach a screenshot of a file watcher configuration from File | Settings (or PhpStorm | Preferences for Mac) | Tools | File Watchers with all the arguments.
SCSS compiler now produces sourcemaps by default. To turn them off, you need passing --sourcemap=none to it
Elena Pogorelova ,
very very very thank you
your solution work fine
best regards
For those who are looking for a solution for PyCharm 2023.1.4, the correct flag is --no-source-map