mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
parent
893cfe79d3
commit
b45f284771
@ -12,7 +12,7 @@ export default {
|
|||||||
build: {
|
build: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: true,
|
default: true,
|
||||||
description: 'Only generate pages for dynamic routes. Nuxt has to be built once before using this option'
|
description: 'Only generate pages for dynamic routes, used for incremental builds. Generate has to be run once without this option before using it'
|
||||||
},
|
},
|
||||||
devtools: {
|
devtools: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
|
Loading…
Reference in New Issue
Block a user