rsnext/packages/next/compiled/webpack/webpack.d.ts
JJ Kasper 6fd2a7fa31
Remove webpack4 types (#39631)
These types are no longer needed as we are only leveraging webpack 5 so this finishes migrating our types away from webpack 4's types.
2022-08-16 09:55:37 +00:00

15 lines
441 B
TypeScript

export namespace webpack {
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
}