support config file return function
ref: vue-cli #3499
support config file return function:
module.exports = {
// config
}
or
module.exports = () => {
return {
// config
}
}
ref: vue-cli #3499
support config file return function:
module.exports = {
// config
}
or
module.exports = () => {
return {
// config
}
}