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
So dependencies after parsing paths inside sassaby will not work anymore and raise errors while will be working fine on Unix systems, which is extremely inconvenient and not multi-environmental as I would say.
Could you please adjust your regexps?
The text was updated successfully, but these errors were encountered:
Hello Dears,
Since sassaby parses internally paths, this would not work:
require.resolve('some-sass-lib')
- will give the exact path taken from main key of the lib.So the output will be:
node_modules/some-sass-lib/some-sass-file.scss
node_modules\\some-sass-lib\\some-sass-file.scss
So dependencies after parsing paths inside sassaby will not work anymore and raise errors while will be working fine on Unix systems, which is extremely inconvenient and not multi-environmental as I would say.
Could you please adjust your regexps?
The text was updated successfully, but these errors were encountered: