Closed
Description
in dev server environment sass file also be extract to a css file which imported in main.js.so , it can not been hoted in dev server. can use only sass-loader
,style-loader
to solve it in dev server enviroment in encore,or let us to configure it self by add a method isDevServer
to check if in dev-server?