subotkevic / vue-lazy-image-loading

Vue lazy image and background loading plugin.
MIT License
331 stars 12 forks source link

I tried looking for "transformAssetUrls" in Vue Loader, but can't fine it #3

Closed KaitoXion closed 5 years ago

KaitoXion commented 5 years ago

Vue Loader - Asset URL Handling I tried looking for "transformAssetUrls" in Vue Loader, but can't fine it.

would you be so kind to give the full directory of it?

subotkevic commented 5 years ago

You should add that yourself in your webpack configuration file.

KaitoXion commented 5 years ago

thx for the reply. although am new to this, and have no idea how to do that right now. I'll do my best to look into it.

Searching through google didn't give me a clear idea or how to do it. So I guess what's left is to read the code and try to understand it...

thank you.