BuildMethod esbuild does not support CommonJS packages properly · Issue #5170 · aws/aws-sam-cli

I have a dependency in my node_modules whose package.json looks like this: { "name": "some-dep", "exports": { "types": "./src/index.ts", "require": "./dist/index.js" } } This is a perfectly fine wa...