-
-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: importing file directly from scoped npm package #450
fix: importing file directly from scoped npm package #450
Conversation
Friendly /cc @d3viant0ne, as it is hotfix for issue introduce in #447 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vanesyan Please double check :) LGTM
For reference, while Johannes is busy irl and i'm filling in, if you can't get me via github and it's time sensitive just ping me on Twitter ( same name ) which will ding my cell. |
@d3viant0ne It looks like 6.0.5 didn't make it to npm yet. As builds are still failing, could you please have a look? Thanks in advance! :-) |
I just got version 6.0.5 installed which broke my build.
The widgets module is an internal scoped module. |
@avivshafir Can you please provide a bit more context, the fix here is a semver patch && node-sass is should normally be a |
@michael-ciniawsky just typo, |
6.0.5 patch still is not landed on npm. Did you install it through referencing to direct GitHub release url? |
We have npm access problems atm (no one reachable) 😅 , but maybe we need another fix anyways 😛 |
Sorry guys I had a mistake the sass-loader was upgraded from 6.0.3 to 6.0.4 and not 6.0.5 |
@avivshafir Does |
@michael-ciniawsky I am just confirming that 6.0.4 breakes my build and 6.0.5 is working as expected! |
@avivshafir Thx appreciated |
6.0.5 is out on npm and I can confirm that it fixes my build :) Thx guys! |
pr #447 introduce an issue with direct import from scoped npm packages, preventing sass-loader from formatting imported file correctly (see #447 (comment)). This pr indented to fix the issue.