Skip to content

support config file return function

Compare
Choose a tag to compare
@IndexXuan IndexXuan released this 11 Sep 02:40
· 14 commits to main since this release

ref: vue-cli #3499
support config file return function:

module.exports = {
  // config
}

or

module.exports = () => {
  return {
    // config
  }
}