init commit
This commit is contained in:
5
remotion/node_modules/@remotion/bundler/dist/ignore-packfilecache-warnings.d.ts
generated
vendored
Normal file
5
remotion/node_modules/@remotion/bundler/dist/ignore-packfilecache-warnings.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Compiler } from 'webpack';
|
||||
export declare class IgnorePackFileCacheWarningsPlugin {
|
||||
filter(error: Error): boolean;
|
||||
apply(compiler: Compiler): void;
|
||||
}
|
||||
Reference in New Issue
Block a user