mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
test: force enable resourceHints for basic fixture
This commit is contained in:
parent
aec6828892
commit
e8079fc740
3
test/fixtures/basic/nuxt.config.js
vendored
3
test/fixtures/basic/nuxt.config.js
vendored
@ -36,5 +36,8 @@ export default {
|
|||||||
build: {
|
build: {
|
||||||
scopeHoisting: true,
|
scopeHoisting: true,
|
||||||
postcss: [require('postcss-cssnext')()]
|
postcss: [require('postcss-cssnext')()]
|
||||||
|
},
|
||||||
|
render: {
|
||||||
|
resourceHints: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user