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

fix: regard file extensions from package.json during path resolution (#133) #135

Closed
wants to merge 2 commits into from

Commits on Jul 26, 2020

  1. fix: regard file extensions during path resolution (dividab#133)

    Originally during the file path resolution, file extensions were removed
    without explicit reason. This commit changes the resolution logic to keep file
    extensions, with the goal to add support for modern non-js extensions
    like cjs. The change however keeps /xyz/index resolves as is as they
    still should resolve to /xyz.
    
    Refs 847d314
    katywings committed Jul 26, 2020
    Copy the full SHA
    3d17cea View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2380f89 View commit details
    Browse the repository at this point in the history