Skip to content

v3.0.0-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 29 Jan 17:34
· 3257 commits to dev since this release

Changes

  • Now allows saving manual selected features as multiple named presets, instead of only one saved config.
  • Now support choosing whether to keep tool configs in package.json or in dedicated rc files.
  • Now loads project config with cosmiconfig, so the project config can now be (in order of load priority):
    • vue field in package.json
    • .vuerc (JSON or YAML)
    • vue.config.js

Fixed

#740
#743