Skip to content

Commit d8afaa0

Browse files
authored
fix(ui): build task defaults should respect outputDir option from config file (#5290)
fix #2639
1 parent ef9f7bf commit d8afaa0

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-ui/ui-defaults

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/ui-defaults/tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ module.exports = api => {
279279
{
280280
name: 'dest',
281281
type: 'input',
282-
default: 'dist',
282+
default: '',
283283
description: 'org.vue.vue-webpack.tasks.build.dest'
284284
},
285285
{

0 commit comments

Comments
 (0)