init commit
This commit is contained in:
4
remotion/node_modules/@remotion/bundler/dist/esbuild-loader/index.d.ts
generated
vendored
Normal file
4
remotion/node_modules/@remotion/bundler/dist/esbuild-loader/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type webpack from 'webpack';
|
||||
import type { LoaderOptions } from './interfaces';
|
||||
declare function ESBuildLoader(this: webpack.LoaderContext<LoaderOptions>, source: string): Promise<void>;
|
||||
export default ESBuildLoader;
|
||||
Reference in New Issue
Block a user