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
Thx for reporting this. I'll have a look as soon as I found some time. Unfortunately I'm loaded with work... 😒.
In the meantime, you can also take a look for yourself. The code is not complicated, but it requires some understanding about how to write loaders for webpack.
If I have a library in
node_modules
, which is imported by a partial, then imported again, I getERROR in ... File to import not found or unreadable
.Given
node_modules/somelib/colours.scss
exists, this doesn't work:However, this works:
Note I'm running on Windows 7.
The text was updated successfully, but these errors were encountered: