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: respect rollupOptions.external for transitive dependencies #8679

Merged
merged 6 commits into from Jun 22, 2022

Commits on Jun 20, 2022

  1. test: add a failing test case that shows rollupOptions.external cur…

    …rently doesn't work for transitive dependencies
    
    It worked in Vite 2.x, though.
    sodatea committed Jun 20, 2022
    Copy the full SHA
    2fea439 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. refactor: use @vitejs/ scope for locally linked packages

    As suggested by Alec on Discord
    sodatea committed Jun 21, 2022
    Copy the full SHA
    f243cdd View commit details
    Browse the repository at this point in the history
  2. test: simplify the test

    sodatea committed Jun 21, 2022
    Copy the full SHA
    b487390 View commit details
    Browse the repository at this point in the history
  3. test: add require test

    sodatea committed Jun 21, 2022
    Copy the full SHA
    4c869bf View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Copy the full SHA
    639d363 View commit details
    Browse the repository at this point in the history
  2. fix: fix cjs external

    sodatea committed Jun 22, 2022
    Copy the full SHA
    fd88ff9 View commit details
    Browse the repository at this point in the history