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
- Understand what you actually want when working with Calling bundle() in bundled code.
- Understand recipes when working with Calling bundle() in bundled code.
- 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.