Skip to content

Commit

Permalink
enhance: config warnings, update packages & doc
Browse files Browse the repository at this point in the history
- show warnings in browser console
- disable warning in dev server overlay
- update packages
- update readme
  • Loading branch information
nikhilnayyar002 committed Sep 4, 2021
1 parent ce658bf commit e6f8c16
Show file tree
Hide file tree
Showing 5 changed files with 1,250 additions and 1,667 deletions.
6 changes: 6 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ module.exports = {
warnings: true
},
},
client: {
overlay: {
errors: true,
warnings: false
},
},
}
},
prod: {
Expand Down
Loading

0 comments on commit e6f8c16

Please sign in to comment.