mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +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,
|
||||
render: {
|
||||
http2: {
|
||||
push: true
|
||||
push: !process.env.APPVEYOR
|
||||
}
|
||||
}
|
||||
}
|
||||
|
5
test/fixtures/ssr/nuxt.config.js
vendored
5
test/fixtures/ssr/nuxt.config.js
vendored
@ -2,10 +2,7 @@ export default {
|
||||
render: {
|
||||
resourceHints: false,
|
||||
http2: {
|
||||
push: true
|
||||
push: !process.env.APPVEYOR
|
||||
}
|
||||
},
|
||||
build: {
|
||||
extractCSS: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user