Merge pull request #3650 from thelounge/xpaw/webpack-hints

Turn off webpack hints
This commit is contained in:
Pavel Djundik 2020-01-02 10:46:17 +02:00 committed by GitHub
commit 5921bb1ee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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