Answer the question
In order to leave comments, you need to log in
How to fix error in vue.config.js configuration?
Good afternoon I use Vue CLI,
vue.config.js
module.exports = {
publicPath: '',
css: {
extract: false
},
pages: {
index: {
title: 'Index Page',
}
}
}
ERROR Invalid options in vue.config.js: child "pages" fails because [child "index" fails because ["index" must be a string, "index" must be an array, child "entry" fails because ["entry" is required]]]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question