mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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
|
||||
}
|
||||
ssr?: boolean
|
||||
standalone?: boolean
|
||||
templates?: any
|
||||
terser?: TerserPluginOptions | boolean
|
||||
transpile?: (string | RegExp)[]
|
||||
|
Loading…
Reference in New Issue
Block a user