Skip to content

Commit

Permalink
test: hide webpack warning overlays for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MinHtet-O committed Jul 1, 2024
1 parent 9e6e56a commit eb45d11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ module.exports = {
devtool: !IS_DEVELOPMENT || IS_TEST_ENV ? false : "eval-cheap-source-map",

devServer: {
client: {
overlay: {
errors: true,
warnings: false,
},
},
compress: true,
static: {
directory: path.join(__dirname, "public"),
Expand Down

0 comments on commit eb45d11

Please sign in to comment.