-
Notifications
You must be signed in to change notification settings - Fork 31
feat: support cjs and esm for cloudflare and edge common #87
New issue
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
Conversation
…udfare packageInfo.
…Cleaned up description and removed esbuild config.
|
This pull request has been linked to Shortcut Story #196410: Bundle cloudflare output. |
| "lib": [ | ||
| "es2021" | ||
| ] /* Specify a set of bundled library declaration files that describe the target runtime environment. */, | ||
| "jsx": "react" /* Specify what JSX code is generated. */, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need jsx for some reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comes default from wrangler init. We don't need jsx in our example app, but maybe others may in their apps.
kinyoklion
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with comments.
…dme. removed unused app.js file.
Uh oh!
There was an error while loading. Please reload this page.