mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
coverage for http2.shouldPush
This commit is contained in:
parent
1dc0bfc903
commit
0c3abbb2db
3
test/fixtures/with-config/nuxt.config.js
vendored
3
test/fixtures/with-config/nuxt.config.js
vendored
@ -70,7 +70,8 @@ module.exports = {
|
||||
],
|
||||
render: {
|
||||
http2: {
|
||||
push: true
|
||||
push: true,
|
||||
shouldPush: (file, type) => type === 'script'
|
||||
},
|
||||
bundleRenderer: {
|
||||
shouldPreload: (file, type) => {
|
||||
|
Loading…
Reference in New Issue
Block a user