Css-loader: Ignore images for loading

Created on 15 Jan 2015  路  3Comments  路  Source: webpack-contrib/css-loader

Is there a way I can tell the loader not to resolve a url to images in a url()

Would like:
background-image: url('../img/some-image.gif');
to output the same thing:
background-image: url('../img/some-image.gif');

Most helpful comment

All 3 comments

no, but you can use the raw-loader instead of the css-loader.

Thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Bhushankumar-pawar picture Bhushankumar-pawar  路  3Comments

ghost picture ghost  路  3Comments

mareksuscak picture mareksuscak  路  5Comments

fengyun2 picture fengyun2  路  4Comments

dmiller9911 picture dmiller9911  路  3Comments