-
-
Notifications
You must be signed in to change notification settings - Fork 470
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
Loading images in css #93
Comments
From README:
Btw, why style-loader can not replace relative urls to absolute urls by itself? |
See #55 for some workarounds/solutions to this issue. |
According to this issue webpack-contrib/style-loader#93 it's impossible to load images with relative urls that defined in css with sourceMap flag enabled. Will investigate further. But as for now it's reasonable to disable sourcemaps for css-loader
I try:
What i see in chrome:
But image not loading to background.
When i click on "Open Link in new tab", link opens as:
The text was updated successfully, but these errors were encountered: