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
Ah, figured out what was going on. Didn't realize the devServer was still pointing to public/index.html, thus running into <link rel="icon" href="<%= BASE_URL %>favicon.ico"> and exploding.
Version
3.0.0-rc.3
Reproduction link
https://cli.vuejs.org/config/#disable-generating-index-html
Steps to reproduce
and save.
yarn serve
What is expected?
Page load successfully
What is actually happening?
Page load fails with
The exact stack trace is identical to the one referenced here: #1451 though seems a different cause. There is no
baseUrl
being set invue.config.js
.This seems to stem from the
config.plugins.delete('html')
line.Commenting this out, restarting the dev server, and loading the page works great.
The text was updated successfully, but these errors were encountered: