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 b9f5cfe commit 23e2018Copy full SHA for 23e2018
test/dev/async-config.size-limit.test.js
@@ -20,7 +20,7 @@ describe('nuxt basic resources size limit', () => {
20
it('should stay within the size limit range in legacy mode', async () => {
21
const legacyResourcesSize = await getResourcesSize(distDir, 'client', { gzip: true, brotli: true })
22
23
- const LEGACY_JS_RESOURCES_KB_SIZE = 240
+ const LEGACY_JS_RESOURCES_KB_SIZE = 253
24
expect(legacyResourcesSize.uncompressed).toBeWithinSize(LEGACY_JS_RESOURCES_KB_SIZE)
25
26
const LEGACY_JS_RESOURCES_GZIP_KB_SIZE = 83
0 commit comments