-
-
Notifications
You must be signed in to change notification settings - Fork 431
Bug in path resolution introduced in v9.0.x (import loop detected where there is no loop) #863
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
Comments
Narrowed the issue down to the commit aeb86f0: the issue appears with that commit, and everything works fine with the previous commit. Considering the commit is named |
Maybe you can create reproducible test repo? it is hack to solve architectural problems with |
@evilebottnawi Sure just try to build this: https://github.com./birdofpreyru/react-starter with the latest If you just clone, |
Regarding the options, I don't do anything special. Here is |
Here interesting case, by default
I will investigate this problem more deeply |
Hmm... but, why does it do
https://sass-lang.com/documentation/at-rules/import#load-paths |
@birdofpreyru Don't know, because https://github.com./sass/dart-sass/blob/master/lib/src/importer/node/implementation.dart#L152, |
|
@birdofpreyru Looks like it is bug on |
Found changes:
No information about these changes in docs /cc @nex3 |
Found workaround, patch release will be today |
Awesome! Many thanks @evilebottnawi ! |
The JS API |
@nex3 thanks, I never knew that this arrow opens 😄 |
Actual Behavior
On an existing codebase, after upgrade from
[email protected]
tov9.0.1
I am getting the error:There is not loop though, just SCSS files with the same names on the same routes in a library, and in the host codebase, i.e. such file structure, which worked fine with
sass-loader <= 8.0.2
:I guess, I'll come with extra details later. Posting the issue in case from the issue description you may know what changes in the latest versions could cause it.
The text was updated successfully, but these errors were encountered: