Using node-sass watch option with npm run-script

前端 未结 6 1275
难免孤独
难免孤独 2020-12-05 10:46

So I\'m running tasks in npm package scripts but I want to pass the watch option in npm start.

This works:

\"scripts\": {
  \"scss\": \"         


        
6条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-05 11:10

    if you use vcode , I prefer to use extention watching sass live-server it's very useful way

提交回复
热议问题