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

Enable symlinks (resolver.unstable_enableSymlinks) by default #1068

Closed
wants to merge 2 commits into from

Commits on Aug 30, 2023

  1. Document resolver.unstable_enableSymlinks

    Differential Revision: D48784988
    
    fbshipit-source-id: 6f5c51fc77339d4f29a606a8a93cc4dd9ea91c89
    robhogan authored and facebook-github-bot committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2aa9676 View commit details
    Browse the repository at this point in the history
  2. Enable symlinks (resolver.unstable_enableSymlinks) by default (face…

    …book#1068)
    
    Summary:
    Pull Request resolved: facebook#1068
    
    Flip the default for `unstable_enableSymlinks` to true. The option was made available in React Native 0.72 and it's been trialled by the community to the extent that we can have good confidence in it (though there are still devx gaps to guide users towards a suitable configuration).
    
    This is also an effective prerequisite for disabling Haste/global package resolution by default in OSS, which currently allows workspaces to mostly-work in the absence of symlink support.
    
    Closes facebook#1
    
    Changelog:
    ```
     - **[Feature]**: Enable resolution through symlinks (previously experimental `unstable_enableSymlinks`)
    ```
    
    Reviewed By: motiz88
    
    Differential Revision: D48777855
    
    fbshipit-source-id: a11664bac127db931c03d0e8446b6fc66e3c8a2b
    robhogan authored and facebook-github-bot committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ec04667 View commit details
    Browse the repository at this point in the history