Capítulo 280 de 988

Chapter 280: Calling bundle() in bundled code

Core Idea

If you receive the following error:

Key Concepts

  • What you actually want
  • Recipes
  • See also

Code Examples

⨯ ./node_modules/@remotion/bundler/node_modules/webpack/lib/FileSystemInfo.js:9:0
Module not found: Can't resolve 'module'
Did you mean './module'?
Requests that should resolve in the current directory need to start with './'.
  • What it demonstrates: Usage pattern for Calling bundle() in bundled code from the official docs.

Key Takeaways

  1. Understand what you actually want when working with Calling bundle() in bundled code.
  2. Understand recipes when working with Calling bundle() in bundled code.
  3. Understand see also when working with Calling bundle() in bundled code.

Connects To

  • Cors Issues: related page in the Troubleshooting & Errors section.
  • Enametoolong: related page in the Troubleshooting & Errors section.
  • Font Picker: related page in the Troubleshooting & Errors section.