mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-12 23:08:26 -05:00
d595adacf4
BREAKING CHANGE: PluginAPI.setMode() has been removed. Instead, for a plugin to
sepcify the default mode for a registered command, the plugins should expose
`module.exports.defaultModes` in the form of `{ [commandName]: mode }`.
close #959