Nuxt/test/fixtures/spa/nuxt.config.js
Pooya Parsa d6a403c045 test: remove stats: false.
This should happen automatically for CI environments.
2018-03-22 20:30:23 +04:30

10 lines
107 B
JavaScript

export default {
mode: 'spa',
transition: false,
render: {
http2: {
push: true
}
}
}