-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
cannot make includePath option working fine #412
Comments
I've observed very odd behaviors:
Here are the versions I'm using:
|
I've just succeeded in making it work with inline loader configuration (+ webpack 1 config style):
Why the hell the "modern" way to do this doesn't work ? ie, with the |
@zabojad Is there a problem or has it been solved? If not can your create minimal reproducible test repo? |
@zabojad friendly ping |
I am encountered the same issue when upgrading sass-loader from 4.1.1 to 5.0.0. I use When using the
I wonder if |
@dovidweisz please update to |
@evilebottnawi i just did. I updated to 6.0.5 and am still experiencing the same issue. |
@dovidweisz can your provide config or best minimal reproducible test repo? |
@evilebottnawi Here you go: https://github.com/dovidweisz/todomvc-angular-4 upgrade |
@dovidweisz config is very unreadable. Also
Which mean all options are respected inside |
Sorry but not related to |
Refactor to
|
I created this repo (read as two hours of my employers time) specifically to show you this issue. Please don't close it because you could't reproduce the issue. If you would look at the package.json you would see that sass-loader is at version 4.1.1. The idea was that you would:
For your convenience i created a branch with this change https://github.com/dovidweisz/todomvc-angular-4/tree/upgrade-sass-loader |
to reproduce the issue run these commands:
|
@dovidweisz already testing, just wait |
Now is see LoaderOptionsPlugin is deprecated. I will attempt to fix it using the new recommended syntax. Thank You |
@dovidweisz yep, I just wanted to write about this, just avoid to use |
@evilebottnawi I'm still the same issue. I don't use the loaderOptionsPlugin. I've created a gist with the files : https://gist.github.com/katiasmet/86a71a51679159dda5430a699b749f3e |
@katiasmet please create new issue for this, don't write your problem(s) inside other problem(s), thanks! |
Hi !
I'm getting this when launching my webpack dev server:
And here is my conf:
Where did I make a mistake ?
The text was updated successfully, but these errors were encountered: