You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With #1297 ideally all the packages should be released with ESModule and CJS module. But appearantly not all the packages contains ESM.
For example most of the packages under packages constains ./dist/cjs exists, ./dist/es is missing.
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.
Describe the bug
With #1297 ideally all the packages should be released with ESModule and CJS module. But appearantly not all the packages contains ESM.
For example most of the packages under
packages
constains./dist/cjs
exists,./dist/es
is missing.SDK version number
Example: @aws-sdk/[email protected]
Is the issue in the browser/Node.js/ReactNative?
Browser
To Reproduce (observed behavior)
yarn add @aws-sdk/[email protected]
and find thenode_modules/@aws-sdk/middleware-serde/dist/es
Expected behavior
node_modules/@aws-sdk/middleware-serde/dist/es
should exist.Screenshots
click to unfold
The text was updated successfully, but these errors were encountered: