mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
test: disable http2.push in appveyor
This commit is contained in:
parent
364be8dc68
commit
daf1c28dbf
2
test/fixtures/spa/nuxt.config.js
vendored
2
test/fixtures/spa/nuxt.config.js
vendored
@ -3,7 +3,7 @@ export default {
|
|||||||
transition: false,
|
transition: false,
|
||||||
render: {
|
render: {
|
||||||
http2: {
|
http2: {
|
||||||
push: true
|
push: !process.env.APPVEYOR
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
7
test/fixtures/ssr/nuxt.config.js
vendored
7
test/fixtures/ssr/nuxt.config.js
vendored
@ -2,10 +2,7 @@ export default {
|
|||||||
render: {
|
render: {
|
||||||
resourceHints: false,
|
resourceHints: false,
|
||||||
http2: {
|
http2: {
|
||||||
push: true
|
push: !process.env.APPVEYOR
|
||||||
}
|
}
|
||||||
},
|
|
||||||
build: {
|
|
||||||
extractCSS: true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user