Skip to content

Commit

Permalink
fix(cli-ui): respect outputDir from
Browse files Browse the repository at this point in the history
vue.config.js/pgk.json

fix #2639
  • Loading branch information
LinusBorg committed Mar 19, 2020
1 parent c8e6450 commit e22d358
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 e22d358

Please sign in to comment.