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]",
|
filename: "[name]",
|
||||||
publicPath: "/",
|
publicPath: "/",
|
||||||
},
|
},
|
||||||
|
performance: {
|
||||||
|
hints: false,
|
||||||
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user