We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1b378 commit 1f2fd83Copy full SHA for 1f2fd83
tests/legacy-cli/e2e/tests/build/prod-build.ts
@@ -57,8 +57,8 @@ export default async function () {
57
verifySize(mainES5Path, 184470);
58
verifySize(mainES2015Path, 163627);
59
} else {
60
- verifySize(mainES5Path, 167355);
61
- verifySize(mainES2015Path, 149806);
+ verifySize(mainES5Path, 148031);
+ verifySize(mainES2015Path, 137494);
62
}
63
64
// Check that the process didn't change local files.
0 commit comments