Skip to content

Commit

Permalink
disable webpack prefetch of all components
Browse files Browse the repository at this point in the history
  • Loading branch information
flaneuse committed Mar 3, 2021
1 parent 0ccc997 commit f3865d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ module.exports = {
}
}
},
chainWebpack: config => {
config.plugins.delete('prefetch');
},
configureWebpack: {
// plugins,
optimization: {
Expand Down

0 comments on commit f3865d7

Please sign in to comment.