UNPKG

@remotion/bundler

Version:

Bundle Remotion compositions using Webpack

5 lines (4 loc) 224 B
import type webpack from 'webpack'; import type { LoaderOptions } from './interfaces'; declare function ESBuildLoader(this: webpack.LoaderContext<LoaderOptions>, source: string): Promise<void>; export default ESBuildLoader;