Open GuyPaddock opened 4 years ago
Hey @GuyPaddock , small world :) I'm running into the same problem and curious if you ever found a solution or alternative. I'm supporting vendor SASS so rewriting the globs out isn't an option for me.
Looks like this passes option validation, but in my case still reporting "File to import not found or unreadable" when it reaches a glob import.
options: {
sassOptions: {
importer: globImporter(),
}
}
On webpack 4.20 with Node SASS 4.12, if I use this configuration syntax from the README:
... I get this error:
This syntax (moving
importer
undersassOptions
) works: