-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix remaining Cloudflare build warnings #14605
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
base: feat/environment-api
Are you sure you want to change the base?
Conversation
|
florian-lefebvre
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.
This was on purpose! createExports has to go away with the environment API
|
Yes, the change was intentional, but that doesn't mean With Regardless, I think we can accept the change, as long as the dev server of the fixture still works, which wasn't tested based on the description of the PR. |
|
AFAIK |
|
There would need to be exports for both in that case. The subpath export used as the entrypoint in |
ascorbic
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.
The either needs to export both, or we need a new entrypoint that exports the instance.
Changes
createExports, fixes that.Testing
N/A
Docs
N/A