This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
Version 4.0.0
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 intodist
folder. doc - Config file supports ES2015+ syntax
Fixes:
- Make modules in
vbuild/node_modules
require-able in config file by usingrequire-from-string
package