Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vitejs/vite Loading
base: plugin-vue@1.8.1
Choose a base ref
...
head repository: vitejs/vite Loading
compare: plugin-vue@1.9.0
Choose a head ref
  • 15 commits
  • 33 files changed
  • 7 contributors

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    ed88df3 View commit details
    Browse the repository at this point in the history
  2. release: v2.6.0-beta.0

    patak-dev committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    5240033 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe796c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8de9b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06eb57e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    723cd63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6055ec9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c932207 View commit details
    Browse the repository at this point in the history
  9. build: fix npm package files inclusion

    We are publishing with yarn 1, which has a problem with negation
    patterns in "files" list, causing the npm package to include every
    file in the directory.
    
    Since the original reason to expose src files was to address #3652,
    which is a client-only concern, we can include the `/client` dir only.
    This avoids having to exclude tests in `/node` and also reduces
    package size.
    yyx990803 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    12e0550 View commit details
    Browse the repository at this point in the history
  10. chore: lockfile

    yyx990803 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    1674c5c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    a85c808 View commit details
    Browse the repository at this point in the history
  2. docs: typing env vars (#4989)

    Co-authored-by: Shinigami <chrissi92@hotmail.de>
    Co-authored-by: Alex Raihelgaus <alex@thesashka.com>
    3 people committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    8926c96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b17b5ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d3dc43 View commit details
    Browse the repository at this point in the history
  5. release: plugin-vue@1.9.0

    yyx990803 committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7c0188f View commit details
    Browse the repository at this point in the history
Loading