Chapter 108: Using legacy Babel transpilation
Core Idea
Remotion uses faster transpilation by default: esbuild-loader with Webpack and SWC with Rspack.
Key Concepts
- Example
- When using bundle()
- See also
Code Examples
npm i babel-loader @babel/preset-env @babel/preset-react
- What it demonstrates: Usage pattern for Using legacy Babel transpilation from the official docs.
Key Takeaways
- Understand example when working with Using legacy Babel transpilation.
- Understand when using bundle() when working with Using legacy Babel transpilation.
- Understand see also when working with Using legacy Babel transpilation.
Connects To
- Authoring Packages: related page in the CLI & Bundling section.
- Bundle: related page in the CLI & Bundling section.
- Bundler: related page in the CLI & Bundling section.