bholloway / resolve-url-loader

Webpack loader that resolves relative paths in url() statements based on the original source file
563 stars 70 forks source link

Proposal: support image-set() #119

Open hhking opened 5 years ago

hhking commented 5 years ago

Hi,I having trouble using background-image with image-set:

background-image: image-set('global/img/icon_pdp@2x.png' 2x, 'global/img/icon_pdp@3x.png' 3x);

resolve-url-loader do nothing with the path

bholloway commented 5 years ago

Only the url() statement is support right now