Question
What are the limitations of using esbuild with AWS CDK Node.js functions?
Asked by: USER4331
73 Viewed
73 Answers
Answer (73)
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.