You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't use html-loader in conjunction but given ng-cache-loader has support for resolving URLs, would it be possible to support srcset attribute too?
<img src="illustrations/hourglass.png"> #works
<img srcset="illustrations/hourglass.png"> # does not work
<img srcset="${require('illustrations/hourglass.png')}"> # does not work but would be great
The text was updated successfully, but these errors were encountered:
Hi,
I couldn't use
html-loader
in conjunction but givenng-cache-loader
has support for resolving URLs, would it be possible to supportsrcset
attribute too?The text was updated successfully, but these errors were encountered: