Skip to content

Commit

Permalink
Fix issue with webpack progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
serebrov committed Nov 6, 2019
1 parent d03cc71 commit 356a7a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ module.exports = {
target: 'http://backend:5000/'
}
}*/
// https://github.com/vuejs/vue-cli/issues/4557
progress: false,
},
}

0 comments on commit 356a7a9

Please sign in to comment.