Closed
Description
Version
3.0.5
Node and OS info
Node 8.12
Steps to reproduce
// 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
What is expected?
- use default if entry set is undefined
What is actually happening?
- Intent to change a title
- Intent to use default entry without set
- And an error told you that you must set entry