Capítulo 108 de 988

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

  1. Understand example when working with Using legacy Babel transpilation.
  2. Understand when using bundle() when working with Using legacy Babel transpilation.
  3. 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.