We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Cloudflare template has a webpack.config.js file, but since esbuild is used that file can be removed.
In the README I would also change Vercel to Cloudflare :-)
The text was updated successfully, but these errors were encountered:
I would also add a parameter to the esbuild commands: --main-fields=browser,module,main
--main-fields=browser,module,main
Read more about this parameter here and here
I created an example
With that parameter you can use aws sdk 3
EDIT: added browser field after suggestion of @edmundhung
Sorry, something went wrong.
Not applicable anymore I guess as the Cloudflare starters were rewritten.
No branches or pull requests
The Cloudflare template has a webpack.config.js file, but since esbuild is used that file can be removed.
In the README I would also change Vercel to Cloudflare :-)
The text was updated successfully, but these errors were encountered: