Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Filewatchers 可以在其各自的源文件下显示生成的文件:
我遇到的问题是只有生成的.js文件被“监视”和分组,而.map文件仍然单独显示。有没有办法设置它,以便两个文件都显示在各自的源文件下?
.js
.map
您需要相应地修改文件观察程序设置。请确保设置'Output paths to refresh'为'$FileNameWithoutExtension$.js:$FileNameWithoutExtension$.map'
'Output paths to refresh'
'$FileNameWithoutExtension$.js:$FileNameWithoutExtension$.map'