mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-14 03:11:19 -06:00
* feat(generator): allow plugins to modify how configs are extracted * refactor(cli): change addConfigTransform parameters Allow plugin author to set config 'descriptions' instead of implementing their own transform functions. * fix(cli): fix missed issues from changing types from array to set * fix: use reserved config transforms to check in API * fix: lines dedupe