Remove node build-ins. #9350
Labels
Build
Related to build issues
feature-request
Request a new feature
node.js
Related to Node.js
pending-v3
Issues pending upgrade of the AWS SDK
Is this related to a new or existing framework?
New framework
Is this related to a new or existing API?
Authentication
Describe the feature you'd like to request
Trying to use amplify is a pain right now because for some reason it uses node build-in libraries while it is supposed to work in the browser.
The next generation of build tools (like vite) don't include node's build-in libraries anymore.
Amplify should stop using them and migrate.
Describe the solution you'd like
Stop using node build-in libraries
The text was updated successfully, but these errors were encountered: