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: [email protected]
Choose a base ref
...
head repository: vitejs/vite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 17 commits
  • 33 files changed
  • 3 contributors

Commits on Jan 5, 2021

  1. docs: fix typo (#1371)

    Eugene Kopich authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    67a3c44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e32ae43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b39fce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5f57bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15ba42b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    034bbcd View commit details
    Browse the repository at this point in the history
  7. refactor: remove the need for specifying trnasformInclude

    BREAKING CHANGE: `trnasformInclude` option has been removed and is no
    longer necessary. This allows full dynamic imports to custom file types
    to automatically qualify for the transform pipeline.
    
        - All requests that accept `*/*` AND is not declared an asset type
        will now qualify for the transform pipeline.
    
        - To exclude an asset type from being transformed when requested
        directly, declare it as asset via `config.assetsInclude`.
    yyx990803 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    99522d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68eac64 View commit details
    Browse the repository at this point in the history
  9. fix(css): ensure options for .styl

    fix #1351
    yyx990803 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    b3237ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba08310 View commit details
    Browse the repository at this point in the history
  11. feat: exclude vue from optimization

    Since strong dep caching already minimizes the request costs
    yyx990803 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    1046fe0 View commit details
    Browse the repository at this point in the history
  12. fix(error-handling): avoid serilaizing unnecessary error properties w…

    …hen seinding to client
    
    fix #1373
    yyx990803 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    61aec65 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    742926f View commit details
    Browse the repository at this point in the history
  14. release: v2.0.0-beta.6

    yyx990803 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    9f4004d View commit details
    Browse the repository at this point in the history
  15. refactor: update client type usage

    BREAKING CHANGE: client types are now exposed under `vite/client.d.ts`.
    It can now be included via the following `tsconfig.json`:
    
        ```ts
        {
          "compilerOptions": {
            "types": ["vite/client"]
          }
        }
        ```
    yyx990803 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    245303c View commit details
    Browse the repository at this point in the history
  16. release: v2.0.0-beta.7

    yyx990803 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    7e10e3a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bcdade3 View commit details
    Browse the repository at this point in the history
Loading