test: force enable resourceHints for basic fixture

This commit is contained in:
Pooya Parsa 2018-05-02 13:48:06 +04:30 committed by Pooya Parsa
parent aec6828892
commit e8079fc740
1 changed files with 3 additions and 0 deletions

View File

@ -36,5 +36,8 @@ export default {
build: {
scopeHoisting: true,
postcss: [require('postcss-cssnext')()]
},
render: {
resourceHints: true
}
}