bpms_site/.svn/pristine/94/94a29ed56670cdd45577dcb3f27b891ad03586df.svn-base
2025-11-02 16:38:49 +03:30

16 lines
415 B
Plaintext

import { webpack } from 'next/dist/compiled/webpack/webpack';
export declare class CopyFilePlugin {
private filePath;
private name;
private cacheKey;
private info?;
constructor({ filePath, cacheKey, name, info, }: {
filePath: string;
cacheKey: string;
name: string;
minimize: boolean;
info?: object;
});
apply(compiler: webpack.Compiler): void;
}