Chrome's map to file system resource not working after update

后端 未结 11 2242
野的像风
野的像风 2021-02-02 07:41

I can add a folder to the workspace (which doesn\'t seem to do anything, as far as I can tell), but the \"map to file system resource\" option seems to have been removed, and I

11条回答
  •  耶瑟儿~
    2021-02-02 08:21

    Had the same problem, but when my source maps included sourcesContent, the file mappings were automatically made and I could live edit my scss. Apparently chrome uses the content to find the right file.

    node-sass --source-map-contents

提交回复
热议问题