Merge pull request #3650 from thelounge/xpaw/webpack-hints
Turn off webpack hints
This commit is contained in:
commit
5921bb1ee1
@ -19,6 +19,9 @@ const config = {
|
||||
filename: "[name]",
|
||||
publicPath: "/",
|
||||
},
|
||||
performance: {
|
||||
hints: false,
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user