UNPKG

@remotion/bundler

Version:

Bundle Remotion compositions using Webpack

6 lines (5 loc) 170 B
import type { Compiler } from 'webpack'; export declare class AllowOptionalDependenciesPlugin { filter(error: Error): boolean; apply(compiler: Compiler): void; }