mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
14 lines
156 B
JavaScript
14 lines
156 B
JavaScript
module.exports = {
|
|
mode: 'spa',
|
|
dev: false,
|
|
transition: false,
|
|
render: {
|
|
http2: {
|
|
push: true
|
|
}
|
|
},
|
|
build: {
|
|
stats: false
|
|
}
|
|
}
|