@next make sass loader include node_modules
Created by: hyperknot
With the next branch, I'm using the built-in sass loader, works perfectly. However
- How can I configure it to include node_modules in the include path?
- Why is this not the default configuration? It's the most typical use case, CSS/SCSS libs are always distributed via npm these days.