We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6488f commit 53c0f68Copy full SHA for 53c0f68
lib/WebpackOptionsDefaulter.js
@@ -73,7 +73,6 @@ function WebpackOptionsDefaulter() {
73
74
this.set("performance.maxAssetSize", 250000);
75
this.set("performance.maxEntrypointSize", 250000);
76
- this.set("performance.errorOnHint", false);
77
this.set("performance.hints", "make", function(options) {
78
if(options.target === "web" || options.target === "webworker")
79
return "warning";
0 commit comments