import-glob-loader
import-glob-loader copied to clipboard
glob imports on imported files as well
I spend nearly two hours trying to figure out why import-glob-loader was not working for me, it turns out that having this structure does not work:
webpack.js
require('style!css!sass!import-glob!foo/bar.scss')
bar.scss
@import "more_foo"
more_foo.scs
@import "stuff/*"
Should that be documented on the README or rather it should be fixed?
It ought to work but I'll have to take a look
I'm glad I saw this issue, I've spent an hour trying to figure out why my imported file was not globbing correctly.
+1 I'm having the same issue
+1
So what is the fix? I can't figure out how to get this working with laravel webpack
Same issue here: "child" @import within subfolder does not work.
+1
This does work with 'node-sass-globbing' and gulp.
From my current understanding, node-sass-globbing is not working with webpack?