Feature
The current asset resolving (<img src="path/to/file.png">) is likely too aggressive for real projects and doesn't match custom attribute names like <tag custom-src> atm.
ℹ️ The [option] design/interface still needs triage and any feedback/ideas on this are highly welcome and appreciated
webpack.config.js
{
loader: 'html-loader'
options: {
url: { tag: 'attr' } && { tag: [ 'attr', 'attr' ] }
}
}