Skip to content

Commit

Permalink
disable webpack performance hints
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Dec 21, 2023
1 parent 54c5565 commit ebc0ffa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ module.exports = {
},
],
},
performance: {
hints: false,
},
};

0 comments on commit ebc0ffa

Please sign in to comment.