Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
15
node_modules/next/dist/build/webpack/plugins/copy-file-plugin.d.ts
generated
vendored
Normal file
15
node_modules/next/dist/build/webpack/plugins/copy-file-plugin.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue