5 lines
159 B
Plaintext
5 lines
159 B
Plaintext
import type { webpack } from 'next/dist/compiled/webpack/webpack';
|
|
export declare class WellKnownErrorsPlugin {
|
|
apply(compiler: webpack.Compiler): void;
|
|
}
|