-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
sass-loader 8 incompatiblity #880
Comments
Just commenting to confirm this behaviour in my project too. I'm not sure what change needs to be made here, however. |
+1 Downgrading to sass-loader@7.3.1 works. |
|
Friendly ping - is anyone looking at this? |
Any update wrt this? |
Now because of Webpack 4 it's incompatible with sass-loader 11. |
It's working for me with |
Closing, we've supported |
Do you want to request a feature or report a bug? Bug
What is the current behaviour?
Installing
sass-loader
results in the latest version (8.0.0) from NPM.then running
npm run start
which runs preact cli tools then fails with the following errorNote this hit vue at the same time vuejs/vue-cli#4513
If the current behaviour is a bug, please provide the steps to reproduce.
Create a new preact project, the demo with a header is fine.
npm install sass-loader@8.0.0 node-sass
Rename the existing css file to a
.scss
file in one of the components.npm run start
What is the expected behaviour?
Runs as usual, it works with
sass-loader@7.3.1
but not8.0.0
If this is a feature request, what is motivation or use case for changing the behaviour?
sass-loader
seems to be officially listed in the documentation, maintaining support would be pleasant.Please mention other relevant information.
Please paste the results of
preact info
here.Is this an outdated command line option or issue template?
The text was updated successfully, but these errors were encountered: