Spaces:
Sleeping
Sleeping
File size: 415 Bytes
fea495a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 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;
}
|