@remotion/bundler
A package containing the bundle()
function, which takes a Remotion project and bundles it using Webpack, preparing it to be used by server-side rendering functions such as getCompositions()
and renderMedia()
Installation
- npm
- yarn
- pnpm
- bun
npm i --save-exact @remotion/bundler@4.0.141
npm i --save-exact @remotion/bundler@4.0.141
pnpm i @remotion/bundler@4.0.141
pnpm i @remotion/bundler@4.0.141
bun i @remotion/bundler@4.0.141
bun i @remotion/bundler@4.0.141
yarn --exact add @remotion/bundler@4.0.141
yarn --exact add @remotion/bundler@4.0.141
Also update
remotion
and all `@remotion/*`
packages to the same version.Remove all
^
character in front of the version numbers of it as it can lead to a version conflict.