mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-02-10 00:48:28 -06:00
6 lines
117 B
JavaScript
6 lines
117 B
JavaScript
module.exports = api => {
|
|
api.registerCommand('build', (getWebpackConfig, projectOptions, inlineArgs) => {
|
|
|
|
})
|
|
}
|