-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
missing loader for Sass in generated config file #985
Comments
Not sure but may related or similar cause as previously with the PostCSS option: #427 |
Hello @DanielRuf , |
Hi @pranavsrivatsaVL, I guess so far no one is working on this. At least I do not have the time for this. |
Okay. Will start working on this. Any pointers on where i should start looking at folder structure wise? |
Describe the bug
I have installed the latest version of
webpack-cli
and@webpack-cli/init
but it still does not addsass-loader
to the config.Is this by design?
What is the current behavior?
Scaffolding a project with the
Sass
answer does not add the neededsass-loader
.To Reproduce
Steps to reproduce the behavior:
webpack-cli init
SASS
optionExpected behavior
The generated config should have the
sass-loader
.Please paste the results of
webpack-cli info
here, and mention other relevant informationThe text was updated successfully, but these errors were encountered: