Skip to content

Commit

Permalink
fix(ui): build task defaults should respect outputDir option from con…
Browse files Browse the repository at this point in the history
…fig file (#5290)

fix #2639
  • Loading branch information
LinusBorg committed Mar 27, 2020
1 parent ef9f7bf commit d8afaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/ui-defaults/tasks.js
Expand Up @@ -279,7 +279,7 @@ module.exports = api => {
{
name: 'dest',
type: 'input',
default: 'dist',
default: '',
description: 'org.vue.vue-webpack.tasks.build.dest'
},
{
Expand Down

0 comments on commit d8afaa0

Please sign in to comment.