Because i am using the html-loader as my template loader, sometimes i need to set a variable img src like ``` <img src="[[key]].png"/> ``` But it will cause en error telling that the img cannot be found, i think the url-loader is trying to find it. Any solution about this?
Because i am using the html-loader as my template loader, sometimes i need to set a variable img src like
But it will cause en error telling that the img cannot be found, i think the url-loader is trying to find it.
Any solution about this?