Replies: 5 comments 5 replies
-
I am dealing with same problem getting those kind of errors for MSW and it is completely breaking the build: |
Beta Was this translation helpful? Give feedback.
-
@iljadaderko |
Beta Was this translation helpful? Give feedback.
-
@awacode21 @iljadaderko I had the same problem using @aws-sdk:
Found a solution here, might be useful. If you also facing this error (I believe it's related):
this issue might help. |
Beta Was this translation helpful? Give feedback.
-
I faced the same issue while using DeckGL. I found Vite Node Polyfills which helped.
|
Beta Was this translation helpful? Give feedback.
-
Does anyone know how I can write my own empty polyfills? I am using a lib that uses |
Beta Was this translation helpful? Give feedback.
-
I need to use
EventEmitter
that is part of nodejs core "events" package, thus have polyfilled it in a following wayHowever am still getting errors like this
Beta Was this translation helpful? Give feedback.
All reactions