Turned off max asset size warning (#4023)

This commit is contained in:
Ran Byron
2019-07-31 11:34:52 +03:00
committed by GitHub
parent eae1fb7d73
commit db89c4f7bc

View File

@@ -225,6 +225,9 @@ const config = {
modules: false, modules: false,
chunkModules: false chunkModules: false
} }
},
performance: {
hints: false
} }
}; };