mirror of
https://github.com/thelounge/thelounge
synced 2025-02-17 05:38:25 +00:00
Merge pull request #3650 from thelounge/xpaw/webpack-hints
Turn off webpack hints
This commit is contained in:
commit
5921bb1ee1
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ const config = {
|
|||
filename: "[name]",
|
||||
publicPath: "/",
|
||||
},
|
||||
performance: {
|
||||
hints: false,
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue