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

[Feature] Add preserveModulesRoot config option #3786

Merged
merged 11 commits into from Sep 21, 2020

Commits on Sep 17, 2020

  1. Copy the full SHA
    ab49e9a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. moduleRootDir -> preserveModulesRoot

    Also avoid regex, switch `path.resolve` to `path.join` due to lack of
    browser support for `path.join`
    davidroeca committed Sep 18, 2020
    Copy the full SHA
    bb3603a View commit details
    Browse the repository at this point in the history
  2. update cli help + docs

    davidroeca committed Sep 18, 2020
    Copy the full SHA
    45c7516 View commit details
    Browse the repository at this point in the history
  3. fix optionList test

    davidroeca committed Sep 18, 2020
    Copy the full SHA
    b8e5e5a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c6628e5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4b629a6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ab4eb7b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    181397a View commit details
    Browse the repository at this point in the history
  8. Fix cli help styling

    davidroeca committed Sep 18, 2020
    Copy the full SHA
    bb16a35 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Refactor code

    davidroeca committed Sep 20, 2020
    Copy the full SHA
    e536077 View commit details
    Browse the repository at this point in the history
  2. early return -> path =

    davidroeca committed Sep 20, 2020
    Copy the full SHA
    1f6d7a9 View commit details
    Browse the repository at this point in the history