aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
2.96k stars 556 forks source link

fix(core): set module exports field for bundlers #6149

Closed kuhe closed 1 month ago

kuhe commented 1 month ago

Issue

https://github.com/aws/aws-sdk-js-v3/issues/6144

Description

Add a module field to conditional exports in core. This field is not defined by Node.js, but is a convention for bundlers.

Testing

esbuild, webpack, node mjs, node cjs manual resolution testing

github-actions[bot] commented 2 weeks ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.