-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Issue with sass-loader
(this.getResolve is not a function)
#79
Comments
Yes, feel free to send a PR |
Should be very easy to fix |
@evilebottnawi I'd be glad to open a PR but unfortunately I'm not very familiar with |
https://github.com/webpack-contrib/thread-loader/blob/master/src/index.js#L23 just add |
I use MiniCssExtractPlugin.loader still has the error |
should add |
Encountered the same problem, maybe you can look at this issue: |
The same error occurs for less-loader 6.0.0. |
Hey folks,
I've facing the following issue with
sass-loader
:Error Details
When I remove
thread-loader
from the loaders chain, it works correctly. Here is a very simple repo to reproduce that issue: https://github.com/ngryman/thread-sass-loaders-bug.I've also already surfaced that issue in the
sass-loader
repo as I'm not sure which package is buggy.The text was updated successfully, but these errors were encountered: