What are the limitations of using esbuild with AWS CDK Node.js functions?

Responsive Ad Header

Question

Grade: Education Subject: Support
What are the limitations of using esbuild with AWS CDK Node.js functions?
Asked by:
73 Viewed 73 Answers

Answer (73)

Best Answer
(363)
esbuild's plugin ecosystem is less mature than webpack's. Support for certain advanced features or less common module types might be limited. Handling native Node.js modules can be problematic. You may need to adjust your build process or find workarounds for specific dependencies. Compatibility with certain older libraries might also require investigation.