Skip to content

Commit 1db0e1a

Browse files
TheLarkInnsokra
authored andcommitted
chore(performance): update default bytesizes to be more accurate to properties
1 parent 4eff4d7 commit 1db0e1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/WebpackOptionsDefaulter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function WebpackOptionsDefaulter() {
1313
this.set("context", process.cwd());
1414
this.set("target", "web");
1515

16-
this.set("performance.maxInitialChunkSize", 300);
16+
this.set("performance.maxInitialChunkSize", 100000);
1717
this.set("performance.maxAssetSize", 300000);
1818
this.set("performance.hints", true);
1919
this.set("performance.errorOnHint", false);

0 commit comments

Comments
 (0)