Nuxt/test/fixtures/ssr/nuxt.config.js
2018-03-01 10:37:37 +03:30

14 lines
217 B
JavaScript

module.exports = {
dev: false,
render: {
resourceHints: false,
http2: {
push: true
}
},
build: {
stats: false,
extractCSS: false // https://github.com/webpack/webpack/pull/6597
}
}