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?
The text was updated successfully, but these errors were encountered:
I just checked current VuePress and cannot reproduced it.
We're closing this issue as stale as it's more than 20 days without activity, and without an associated Pull Request. Please feel free to continue discussion. We'll reopen this issue if anything actionable is posted.
Although it's probably better to use relative path starting with
./
(./images/image.png
instead ofimages/image.png
) for assets, that is more a JS import requirement. In MD files it should be perfectly fine to useimages/image.png
, but in this caseurl-loader
will not includeimage.png
into assets.Thinking about people switching to VuePress, could
url-loader
be made a little more flexible and allow both cases?The text was updated successfully, but these errors were encountered: