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

feat(resolve): support "fallback array" in package exports field #10504

Closed

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    165cdef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    606f126 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a94200f View commit details
    Browse the repository at this point in the history
  4. fix: config bundling regression

    Bug introduced in vitejs#10683
    
    Some packages use "require" instead of "default" for CJS entry
    aleclarson committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    296fe46 View commit details
    Browse the repository at this point in the history
  5. fix: respect overrideConditions and isRequire

    …in the `getInlineConditions` function.
    aleclarson committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4d3c6ac View commit details
    Browse the repository at this point in the history
  6. fix: try resolveExports call with postfix included

    …and avoid breaking certain `tryFsResolve` calls too (like with `es5-ext`)
    aleclarson committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    bb4fbd0 View commit details
    Browse the repository at this point in the history