Skip to content

Commit

Permalink
Add webpack5 types to right files
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Nov 9, 2021
1 parent 14aac08 commit 1941eed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/next/bundles/webpack/packages/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 1941eed

Please sign in to comment.