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