Closed
Description
Similar to svg-fill-loader
E.g.:
.selector {
background-image: url(../../assets/ticket.svg?noquotes=false);
}
This overrides noquotes
option from Webpack loader config.
It should be very easy by just merging webpacks this.resourceQuery
with regular query in Line 10