diff --git a/test/fixtures/with-config/nuxt.config.js b/test/fixtures/with-config/nuxt.config.js index 8c560b6a34..7d4904da25 100644 --- a/test/fixtures/with-config/nuxt.config.js +++ b/test/fixtures/with-config/nuxt.config.js @@ -70,7 +70,8 @@ module.exports = { ], render: { http2: { - push: true + push: true, + shouldPush: (file, type) => type === 'script' }, bundleRenderer: { shouldPreload: (file, type) => {