-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix configuration for external images #44
Comments
There is a new release of css-loader with the feature needed to fix this issue. |
@hvelarde @agnogueira @idgserpro I tried to create a PR here but don't have permissions anymore. Since this project is used by IDG, it should be in collective: #44 This PR fixes to don't try to evaluate plone external urls: https://github.com/simplesconsultoria/sc.recipe.staticresources/pull/56/files I created this PR by a fork, this has a problem that I can't assign someone to make revision anymore. Also will need a new release after merge this (I don't have permissions for this) |
When try to reference images external from our CSS into SCSS files we get some traceback, for example if the image is from other package like this:
This traceback come from webpack:
Since this kind of URL is common we should avoid this error.
The current know method to fix it is to bring a copy of the image inside the project and reference locally.
The text was updated successfully, but these errors were encountered: