Skip to content

Commit

Permalink
fix(types): add typing for build.stats options (#9555)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 14, 2021
1 parent a3b2fd8 commit 8e725d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/config/build.d.ts
Expand Up @@ -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)>
Expand Down

0 comments on commit 8e725d3

Please sign in to comment.