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
Are all your remix dependencies & dev-dependencies using the same version?
Yes
Steps to Reproduce
import AWS from "aws-sdk";
aws-sdk dependency buffer and other package for the browser from nodejs buildinModule, Remix esbuild browser make it external causes bundle for browser error
Expected Behavior
no error in browser
Actual Behavior
In Browser
Uncaught Error: Dynamic require of "buffer/" is not supported
The text was updated successfully, but these errors were encountered:
We just published version v0.0.0-nightly-bd289fa-20230822 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!
We just published version 2.0.0-pre.0 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!
What version of Remix are you using?
v1.13.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
import AWS from "aws-sdk";
aws-sdk dependency buffer and other package for the browser from nodejs buildinModule, Remix esbuild browser make it external causes bundle for browser error
Expected Behavior
no error in browser
Actual Behavior
In Browser
Uncaught Error: Dynamic require of "buffer/" is not supported
The text was updated successfully, but these errors were encountered: