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
Although it's probably better to use relative path starting with ./ (./images/image.png instead of images/image.png ) for assets, that is more a JS import requirement. In MD files it should be perfectly fine to use images/image.png, but in this case url-loader will not include image.png into assets.
Thinking about people switching to VuePress, could url-loader be made a little more flexible and allow both cases?
tylercampbell, edm00se, k-miyake, mathiasbynens, ldexterldesign and 2 more