index.d.ts 159 B

1234
  1. import type { webpack } from 'next/dist/compiled/webpack/webpack';
  2. export declare class WellKnownErrorsPlugin {
  3. apply(compiler: webpack.Compiler): void;
  4. }