Turn off webpack hints

This commit is contained in:
Pavel Djundik 2019-12-30 19:14:15 +02:00
parent 56cc6d0b68
commit 6e0ab062c5

View file

@ -19,6 +19,9 @@ const config = {
filename: "[name]", filename: "[name]",
publicPath: "/", publicPath: "/",
}, },
performance: {
hints: false,
},
module: { module: {
rules: [ rules: [
{ {