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: bundle SvelteKit when using Vitest #9172

Merged
merged 8 commits into from
Feb 27, 2023
Merged

fix: bundle SvelteKit when using Vitest #9172

merged 8 commits into from
Feb 27, 2023

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    8df30cf View commit details
    Browse the repository at this point in the history
  2. bundle when using vitest

    benmccann committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    96b8470 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d378ba1 View commit details
    Browse the repository at this point in the history
  4. remove accidental comma

    benmccann committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    22d78c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    447fa1c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. fix: always bundle SvelteKit, always externalize CommonJS dependencie…

    …s during development (#9203)
    
    * simplify
    
    * add comments etc
    
    * no need to noExternal kit itself
    
    * update comment
    
    * reinstate old comment
    Rich-Harris authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    942ad18 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. work around vitest

    Rich-Harris committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    9c6be16 View commit details
    Browse the repository at this point in the history
  2. Update packages/kit/src/exports/vite/index.js

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    Rich-Harris and benmccann authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    bafd8fc View commit details
    Browse the repository at this point in the history