-
Notifications
You must be signed in to change notification settings - Fork 74
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
Doesn't work with aliases properly #81
Comments
@wizardion I ran into the same issue, caused by I forked the repo and fixed this issue - you can always try and giving it a spin to see if it works for you as well. |
@vseventer I resolved my problem by getting rid of this horrible
So I changed the main template of my application to But the main issue with this loader is still present, and I don't know why it's not going to be fixed for so long time... 'cause this issue exists from v3.0.0. It's frustrating by spending so much time figuring out for just a simple problem. |
Can we get this PR merged in and released? I'm having the same alias issue. |
Support aliases peerigon#81
When WebPack has aliases propery:
and
extract-loader
is being used with anhtml-loader
end temple that uses aliases
default
:extract-loader
- gives me an error:But with the same configuration and old version
"extract-loader": "^2.0.0"
- everything is working just fine!Is there something wrong happening with the extract-loader?
The text was updated successfully, but these errors were encountered: