Turn off webpack hints
This commit is contained in:
parent
56cc6d0b68
commit
6e0ab062c5
@ -19,6 +19,9 @@ const config = {
|
||||
filename: "[name]",
|
||||
publicPath: "/",
|
||||
},
|
||||
performance: {
|
||||
hints: false,
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user