Skip to content

Commit

Permalink
* remove warnings from node_modules when building
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorMurphy21 committed Feb 27, 2024
1 parent 94279e8 commit fb0f241
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ module.exports = {
loader: 'node-loader'
}
]
},
stats: {
warningsFilter: [/.*\/node_modules\/.*/]
}
};

0 comments on commit fb0f241

Please sign in to comment.