Joseph Carroll

Results 55 comments of Joseph Carroll

@kuhe - Right, that is currently the only way to accomplish this. @RanVaknin - Of course, including setting mainFields to `['module', 'main']`. Let me know if you need help with...

Got it. That's unfortunate that we are required to exclude the unnecessary credential providers ourselves, because its a savings of >75kb minimized (so at scale would be pretty meaningful). But...

I'll also note: If I remove the `esbuild` plugin integration for sourcemaps, there is no issue. However, I have not been able to fully validate a deployed lambda yet. -->...

FYI - This is fixed, but for the dependencies in `@prisma` ``` ▲ [WARNING] Constructing "ImportInTheMiddle" will crash at run-time because it's an import namespace object, not a constructor [call-import-namespace]...

Ohh, I should note: Adding a resolution takes care of this: ``` # package.json ... "resolutions": { "@opentelemetry/instrumentation": "0.52.0" }, } ``` I should also note that we do not...