Turn off webpack hints
This commit is contained in:
parent
56cc6d0b68
commit
6e0ab062c5
@ -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