Skip to content
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

Help React Native import @apollo/client/main.cjs and other CommonJS bundles #9716

Merged
merged 4 commits into from
May 13, 2022

Commits on May 13, 2022

  1. Copy *.cjs bundles to *.cjs.native.js so React Native can find them.

    May help with issue #9437, by making the suggested metro.config.js
    workaround unnecessary.
    benjamn committed May 13, 2022
    Configuration menu
    Copy the full SHA
    0b5cc42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a13daee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d12921a View commit details
    Browse the repository at this point in the history
  4. Mention PR #9716 in CHANGELOG.md.

    benjamn committed May 13, 2022
    Configuration menu
    Copy the full SHA
    80809a8 View commit details
    Browse the repository at this point in the history