rsnext/packages/next/compiled/webpack/webpack.d.ts
Guy Bedford a6c1f9cfe7
Add webpack type to ncc bundle (#21785)
This adds a simple typing definition to the Webpack ncc output.

Fixes https://github.com/vercel/next.js/issues/21390.
2021-02-03 16:39:59 +00:00

4 lines
85 B
TypeScript

export namespace webpack {
export type Compiler = any
export type Plugin = any
}