mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
fix(types): add standalone option to NuxtConfigurationBuild (#6078)
This commit is contained in:
parent
26a62596c0
commit
1736bda4aa
1
packages/config/types/build.d.ts
vendored
1
packages/config/types/build.d.ts
vendored
@ -69,6 +69,7 @@ export interface NuxtConfigurationBuild {
|
|||||||
pages?: boolean
|
pages?: boolean
|
||||||
}
|
}
|
||||||
ssr?: boolean
|
ssr?: boolean
|
||||||
|
standalone?: boolean
|
||||||
templates?: any
|
templates?: any
|
||||||
terser?: TerserPluginOptions | boolean
|
terser?: TerserPluginOptions | boolean
|
||||||
transpile?: (string | RegExp)[]
|
transpile?: (string | RegExp)[]
|
||||||
|
Loading…
Reference in New Issue
Block a user