Skip to content

url-loader and assets with relative paths not starting with './' in MD files #310

@x8x

Description

@x8x

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions