mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
fix(types): add typing for build.stats
options (#9555)
This commit is contained in:
parent
a3b2fd86ad
commit
8e725d34b3
1
packages/types/config/build.d.ts
vendored
1
packages/types/config/build.d.ts
vendored
@ -177,6 +177,7 @@ export interface NuxtOptionsBuild {
|
||||
}
|
||||
ssr?: boolean
|
||||
standalone?: boolean
|
||||
stats?: WebpackConfiguration['stats']
|
||||
templates?: any
|
||||
terser?: TerserPluginOptions | boolean
|
||||
transpile?: Array<string | RegExp | ((context: NuxtWebpackEnv) => string | RegExp | undefined)>
|
||||
|
Loading…
Reference in New Issue
Block a user