mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-18 08:47:11 -05:00
6 lines
117 B
JavaScript
6 lines
117 B
JavaScript
module.exports = api => {
|
|
api.registerCommand('build', (getWebpackConfig, projectOptions, inlineArgs) => {
|
|
|
|
})
|
|
}
|