Skip to content

app.js location in index.html hardcoded to / - ignores baseUrl from vue.config.js #1406

Closed
@sp00x

Description

@sp00x

Version

3.0.0-beta.14 (and probably .11, and .12)

Steps to reproduce

Adding a vue.config.js file with baseUrl: '.' or any other value than /

What is expected?

In index.html:
<link as="script" href="{baseUrl value here?}/app.js" rel="preload">

What is actually happening?

In index.html:
<link as="script" href="/app.js" rel="preload">


Worked fine in beta 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions