bpms_site/.svn/pristine/0d/0dc461e7a548ba16ca41f4318815617d54d7024f.svn-base
2025-11-02 16:38:49 +03:30

5 lines
159 B
Plaintext

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