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

For review of #135 #139

Closed
wants to merge 4 commits into from
Closed

For review of #135 #139

wants to merge 4 commits into from

Commits on Jul 26, 2020

  1. fix: regard file extensions during path resolution (#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
    Configuration menu
    Copy the full SHA
    3d17cea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2380f89 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    a7ff107 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    cspotcode committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    97f7f87 View commit details
    Browse the repository at this point in the history