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

Convert build to Vite plugin and expose as @sveltejs/kit/experimental/vite #5094

Merged
merged 68 commits into from
Jun 24, 2022

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    f177de1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97350c5 View commit details
    Browse the repository at this point in the history
  3. Implement build

    benmccann committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    29e118a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea46938 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3cd4f5 View commit details
    Browse the repository at this point in the history
  6. add TODO

    benmccann committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    225e1c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    559a413 View commit details
    Browse the repository at this point in the history
  8. update API

    benmccann committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8fb89d4 View commit details
    Browse the repository at this point in the history
  9. cleanup

    benmccann committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    d59946b View commit details
    Browse the repository at this point in the history
  10. Update packages/kit/src/vite/plugin.js

    Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
    benmccann and Rich-Harris authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    4d60028 View commit details
    Browse the repository at this point in the history
  11. Revert "Update packages/kit/src/vite/plugin.js"

    This reverts commit 4d60028.
    benmccann committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    d858c53 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. enable validation plugin

    benmccann committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    ad7e9f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    db7cdb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9092e9f View commit details
    Browse the repository at this point in the history
  3. format

    benmccann committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    168be56 View commit details
    Browse the repository at this point in the history
  4. fix plugin handling

    benmccann committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    1ef709d View commit details
    Browse the repository at this point in the history
  5. format

    benmccann committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    fbee989 View commit details
    Browse the repository at this point in the history
  6. merge master

    benmccann committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    cf08947 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. merge master

    benmccann committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    3347c97 View commit details
    Browse the repository at this point in the history
  2. cleanup API

    benmccann committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    d7ab612 View commit details
    Browse the repository at this point in the history
  3. merge master

    benmccann committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    8d04589 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. remove configFile: false

    benmccann committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    1e1cf51 View commit details
    Browse the repository at this point in the history
  2. fix validation plugin

    benmccann committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    2396a1e View commit details
    Browse the repository at this point in the history
  3. fix preview

    benmccann committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    1a5e933 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

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

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    5912f29 View commit details
    Browse the repository at this point in the history
  2. move adapt inside build

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2fbff0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7de1cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b0bfd0 View commit details
    Browse the repository at this point in the history
  5. fix some stuff

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    ab54c88 View commit details
    Browse the repository at this point in the history
  6. simplify stuff

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    9b549f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5432d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db3036e View commit details
    Browse the repository at this point in the history
  9. merge master -> vite

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    e89200a View commit details
    Browse the repository at this point in the history
  10. simplify

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a021fc4 View commit details
    Browse the repository at this point in the history
  11. lint

    benmccann committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    e4457d5 View commit details
    Browse the repository at this point in the history
  12. update path in .prettierrc

    benmccann committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a8a4693 View commit details
    Browse the repository at this point in the history
  13. revert accidental change

    benmccann committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f66dd1c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    95483ee View commit details
    Browse the repository at this point in the history
  15. try fixing CI

    benmccann committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    d4e01e6 View commit details
    Browse the repository at this point in the history
  16. try fixing CI

    benmccann committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    6788927 View commit details
    Browse the repository at this point in the history
  17. lint

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f56618a View commit details
    Browse the repository at this point in the history
  18. lint

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    6f6e3f3 View commit details
    Browse the repository at this point in the history
  19. fix

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    1adcd02 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f6217cd View commit details
    Browse the repository at this point in the history
  21. whyyy

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    cf4c5c9 View commit details
    Browse the repository at this point in the history
  22. simplify

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    baf6893 View commit details
    Browse the repository at this point in the history
  23. simplify

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    d853337 View commit details
    Browse the repository at this point in the history
  24. simplify

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    901dd78 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    250e4b9 View commit details
    Browse the repository at this point in the history
  26. update turbo cache

    benmccann committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    7610ab5 View commit details
    Browse the repository at this point in the history
  27. format

    benmccann committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    75b3f5a View commit details
    Browse the repository at this point in the history
  28. resolveJsonModule

    benmccann committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    d655363 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e2d423f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    61905b4 View commit details
    Browse the repository at this point in the history
  31. remove unused option

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2fd09a9 View commit details
    Browse the repository at this point in the history
  32. minor simplification

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    95ddabe View commit details
    Browse the repository at this point in the history
  33. simplify

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8b431a8 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    288a2fe View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    54f81ee View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c8b1f9a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f81a86c View commit details
    Browse the repository at this point in the history
  38. remove unused import

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    4397c02 View commit details
    Browse the repository at this point in the history
  39. simplify merging

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    35be9e4 View commit details
    Browse the repository at this point in the history
  40. remove unused import

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    da99b0b View commit details
    Browse the repository at this point in the history
  41. remove blank line

    benmccann committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a63c8bd View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    5ba670e View commit details
    Browse the repository at this point in the history
  43. set env vars earlier

    Rich-Harris committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    4638cb2 View commit details
    Browse the repository at this point in the history