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

feat: add unstable Vite support #7590

Merged
merged 39 commits into from
Oct 13, 2023
Merged

feat: add unstable Vite support #7590

merged 39 commits into from
Oct 13, 2023

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    260f326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3e10d8 View commit details
    Browse the repository at this point in the history
  3. port revive code into remix-dev

    markdalgleish authored and pcattori committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a03ab30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b049de2 View commit details
    Browse the repository at this point in the history
  5. add vite to root dependencies

    markdalgleish authored and pcattori committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    287c352 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cff8626 View commit details
    Browse the repository at this point in the history
  7. use cross-spawn

    markdalgleish authored and pcattori committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7ee5a0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c692d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    275dd37 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cde0bfb View commit details
    Browse the repository at this point in the history
  11. fix new prefetchStyleLinks usage

    markdalgleish authored and pcattori committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    efeefa8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    450696a View commit details
    Browse the repository at this point in the history
  13. spawn dev cli in test

    markdalgleish authored and pcattori committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d969742 View commit details
    Browse the repository at this point in the history
  14. run vite bin via node

    markdalgleish authored and pcattori committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4fef4bd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c1f55da View commit details
    Browse the repository at this point in the history
  16. stringify vite bin path

    markdalgleish authored and pcattori committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    42c15ef View commit details
    Browse the repository at this point in the history
  17. add hmr smoke test

    markdalgleish authored and pcattori committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    70afeae View commit details
    Browse the repository at this point in the history
  18. add remark-remix-mdx-frontmatter

    markdalgleish authored and pcattori committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    569b327 View commit details
    Browse the repository at this point in the history
  19. add initial vite docs, tweak API

    markdalgleish authored and pcattori committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2b69143 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ecfabce View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    26cd620 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9b8b807 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    45f7dd2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    219c32f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a77ca27 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    ce65435 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab37bf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38674f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    79deb5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c555072 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b520196 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4571afc View commit details
    Browse the repository at this point in the history
  5. Update docs/future/vite.md

    Co-authored-by: Pedro Cattori <pcattori@gmail.com>
    markdalgleish and pcattori committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7823547 View commit details
    Browse the repository at this point in the history
  6. Update docs/future/vite.md

    Co-authored-by: Pedro Cattori <pcattori@gmail.com>
    markdalgleish and pcattori committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2b0fa95 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d79355 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42acbd2 View commit details
    Browse the repository at this point in the history
  9. tweak hmr docs

    markdalgleish committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    09941cd View commit details
    Browse the repository at this point in the history
  10. Update docs/future/vite.md

    pcattori committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c5954ba View commit details
    Browse the repository at this point in the history
  11. add changeset

    pcattori committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b605be3 View commit details
    Browse the repository at this point in the history