Closed
Description
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
Labels
No labels