Replies: 1 comment
-
|
Let's track this issue in #9691 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using lazy barrel with version 4.7.7 of
@smithy/node-http-handler(used by the AWS SDK packages), rolldown seems to be dropping an import fromnode:http2.Here's a minimal reproduction: https://github.com/Desuuuu/rolldown-lazybarrel-issue
This fails with the following error:
I'm not sure if the issue comes from rolldown or from
@smithy/node-http-handlersince the issue only started appearing since their latest release (I would guess this change specifically).Beta Was this translation helpful? Give feedback.
All reactions