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
@sant123 it is loader, node-sass-chokidar is for watching (cli using), we don't provide watch mechanism, it is do webpack using watchpack that already use chokidar. Can you describe problem in watch mode?
node-sass-chokidar
Why?
node-sass has been reported as having the following issues:
node-sass --watch has been reported to have performance issues in certain conditions when used in a virtual machine or with docker.
Infinite styles compiling #1939
node-sass has been reported as having issues with detecting new files in a directory #1891
node-sass-chokidar is used here as it addresses these issues.
Thank you!
The text was updated successfully, but these errors were encountered: