Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best alternative for "web essentials" extension for visual studio 2022? [closed]

unfortunately "web essential" extension developers didn't roll out new version that works with visual studio 2022 and the last version is only compatible with VS 2019. what do you recommend instead??

like image 305
RezA Avatar asked Sep 19 '25 13:09

RezA


1 Answers

You'll need to use the Web Compiler 2022+ extension, which is a version forked from Mads' original extension. It has been done with permission (see github thread discussion).

This will allow the use of the now deprecated node sass instead of dart sass.

like image 191
Bill Avatar answered Sep 23 '25 10:09

Bill