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
It does, in a way. if you require('./foo') and require('./bar') where foo and bar are scss files, and you change foo, it will only recompile foo, not bar.
Where it doesn't (and can't really because of how node-sass works) is if bar @import baz, and you change baz, it will recompile bar (and everything bar imports).
Does this loader support or even webpack as whole incremental builds?
Where only changed/new files are processed, the rest just taken from cache?
The text was updated successfully, but these errors were encountered: