mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-29 00:09:47 -05:00
fix(ui): build task defaults should respect outputDir option from config file (#5290)
fix #2639
This commit is contained in:
@@ -279,7 +279,7 @@ module.exports = api => {
|
||||
{
|
||||
name: 'dest',
|
||||
type: 'input',
|
||||
default: 'dist',
|
||||
default: '',
|
||||
description: 'org.vue.vue-webpack.tasks.build.dest'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user