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

Symlink-friendly path resolution #277

Merged
merged 3 commits into from
Jul 29, 2016
Merged

Symlink-friendly path resolution #277

merged 3 commits into from
Jul 29, 2016

Commits on Jul 29, 2016

  1. Symlink-friendly path resolution

    I was having difficulties using a local copy of `react-scripts` and `npm link`ing it into a real world project. This change resolves paths relative to the current working directory (that is, most likely the directory of the app) rather than assuming a certain directory structure.
    dallonf committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    66f62a6 View commit details
    Browse the repository at this point in the history
  2. Fix relative paths in post-eject case

    because I'm an idiot
    dallonf committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    ebac360 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eace51 View commit details
    Browse the repository at this point in the history