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 7729c43 commit 830dbcbCopy full SHA for 830dbcb
injected/unit-test/verify-artifacts.js
@@ -8,7 +8,7 @@ console.log(ROOT);
8
const BUILD = join(ROOT, 'build');
9
const APPLE_BUILD = join(ROOT, 'Sources/ContentScopeScripts/dist');
10
console.log(APPLE_BUILD);
11
-let CSS_OUTPUT_SIZE = 770_000;
+let CSS_OUTPUT_SIZE = 780_000;
12
if (process.platform === 'win32') {
13
CSS_OUTPUT_SIZE = CSS_OUTPUT_SIZE * 1.1; // 10% larger for Windows due to line endings
14
}
0 commit comments