You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?