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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: plugin-vue@1.8.0
Choose a base ref
...
head repository: vitejs/vite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: plugin-vue@1.8.1
Choose a head ref
  • 8 commits
  • 23 files changed
  • 4 contributors

Commits on Sep 19, 2021

  1. Configuration menu
    Copy the full SHA
    37f0b2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94867b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    417208c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61d955d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e88ef5 View commit details
    Browse the repository at this point in the history
  6. perf: report compressed size using gzip instead of brotli due to drastic

    performance difference
    
    gzip is 10~30x faster than brotli, and the difference gets bigger on
    larger files. In large apps the brotli call actually becomes the main
    bottleneck on builds.
    
    - add `build.reportCompressedSize` option
    - deprecate `build.brotliSize` optio
    yyx990803 committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    deb84c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    316d7af View commit details
    Browse the repository at this point in the history
  8. release: plugin-vue@1.8.1

    yyx990803 committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    4ff5b9b View commit details
    Browse the repository at this point in the history
Loading