Skip to content

Commit 53c0f68

Browse files
committed
removed incorrect default
1 parent 7f6488f commit 53c0f68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/WebpackOptionsDefaulter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ function WebpackOptionsDefaulter() {
7373

7474
this.set("performance.maxAssetSize", 250000);
7575
this.set("performance.maxEntrypointSize", 250000);
76-
this.set("performance.errorOnHint", false);
7776
this.set("performance.hints", "make", function(options) {
7877
if(options.target === "web" || options.target === "webworker")
7978
return "warning";

0 commit comments

Comments
 (0)