maoberlehner / node-sass-magic-importer

Custom node-sass importer for selector specific imports, module importing, globbing support and importing files only once.
MIT License
292 stars 28 forks source link

bug: package importer fails in a monorepo like yarn workspaces #174

Closed bdwain closed 6 years ago

bdwain commented 6 years ago

I've noticed that the package importer fails in monorepos that nest their node_modules folders and rely on module resolution to find the packages.

I've identified the source of the bug and will open a PR shortly to fix it