Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Version 4.0.0

Compare
Choose a tag to compare
@egoist egoist released this 22 Nov 14:15
· 422 commits to master since this release

Breaking change:

  • vue.config.json is not supported now, you're supposed to use .js extension explicitly

New features:

  • Auto copy files in static folder into dist folder. doc
  • Config file supports ES2015+ syntax

Fixes:

  • Make modules in vbuild/node_modules require-able in config file by using require-from-string package