Skip to content

Commit

Permalink
Add all cases where webpack5 type is used (#31206)
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Nov 9, 2021
1 parent a1e76fb commit 14aac08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/next/compiled/webpack/webpack.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,14 @@ export namespace webpack5 {
export type Compiler = any
export type Plugin = any
export type Configuration = any
export type StatsError = any
export type Stats = any
export type MultiCompiler = any
export type EntryObject = any
export type ProgressPlugin = any
export type Compilation = any
export type javascript = any
export type Module = any
export type ModuleGraph = any
export type WebpackPluginInstance = any
}

0 comments on commit 14aac08

Please sign in to comment.