We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
entry
title
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.5
Node 8.12
// vue.config.js module.exports = { pages: { index: { // entry: 'src/main.js' // Error if without 'entry' title: 'title here' } } }
TypeError: Path must be a string. Received undefined TypeError: Path must be a string. Received undefined
The text was updated successfully, but these errors were encountered:
It is documented:
An object that specifies its entry, template, filename, title and chunks (all optional except entry);
Nonetheless, the error message could be improved by revising the vue.config.js options schema.
vue.config.js
Sorry, something went wrong.
fix: better error message for missing key entry in pages config
pages
554670b
fixes #2816
No branches or pull requests
Version
3.0.5
Node and OS info
Node 8.12
Steps to reproduce
TypeError: Path must be a string. Received undefined
TypeError: Path must be a string. Received undefined
What is expected?
What is actually happening?
The text was updated successfully, but these errors were encountered: