Skip to content

Commit

Permalink
Fix high CPU usage in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
apasov committed Feb 27, 2021
1 parent 5e11260 commit 7593629
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ module.exports = {
extractCSS: true
},

watchers: {
webpack: {
ignored: /node_modules/
}
},

hooks: {
generate: {
done (generator) {
Expand Down

0 comments on commit 7593629

Please sign in to comment.