Skip to content
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(webpack): set correct importLoaders to css-loader options #162

Closed
wants to merge 1 commit into from

Conversation

ogonkov
Copy link
Contributor

@ogonkov ogonkov commented Oct 24, 2024

css-loader option importsLoader for SASS files should be 3, because there is a 3 loaders before: postcss-loader, resolve-url-loader and sass-loader.

This also fix warnings from resolve-url-loader about webpack misconfiguration.

@ogonkov ogonkov requested a review from ValeraS October 24, 2024 11:07
@ValeraS
Copy link
Collaborator

ValeraS commented Oct 24, 2024

fixed here #163

@ValeraS ValeraS closed this Oct 24, 2024
@ValeraS ValeraS deleted the fix/css_loader_imports branch October 24, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants