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

Vite: Add builder, react, vue3 frameworks #18982

Closed
wants to merge 60 commits into from
Closed

Vite: Add builder, react, vue3 frameworks #18982

wants to merge 60 commits into from

Commits on Aug 13, 2022

  1. Move builder-vite files into monorepo

    They're copied mostly straight, as-is from their old versions.  Adjustments will
    be made in subsequent commits.
    IanVS committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    b3c1f81 View commit details
    Browse the repository at this point in the history
  2. Add storybook dependencies

    These were all implicit dependencies before, which caused problems for pnpm
    IanVS committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    f80ef5f View commit details
    Browse the repository at this point in the history
  3. Update package.json

    IanVS committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    bc4828a View commit details
    Browse the repository at this point in the history
  4. Fix (most) linting errors

    IanVS committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    ecfc444 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe4c852 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

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

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    aef0330 View commit details
    Browse the repository at this point in the history
  2. Move input files out of src

    They need to be accessible from dist, as well
    IanVS committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1f3c1f8 View commit details
    Browse the repository at this point in the history
  3. Fix linting / typescript errors

    IanVS committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    67456fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaedc2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6908f7 View commit details
    Browse the repository at this point in the history
  6. [hack] remove exports from package.json

    It's causing the cjs file to always be chosen, which breaks in the browser.
    IanVS committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    099771b View commit details
    Browse the repository at this point in the history
  7. Disable source loader plugin

    It seems to have broken, maybe after 631795b
    IanVS committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    c4f456d View commit details
    Browse the repository at this point in the history
  8. Disable docs

    Not working yet
    IanVS committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    49a3f87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da507a2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a9f89a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    441a5c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    fd0de66 View commit details
    Browse the repository at this point in the history
  2. Add react-vite repros

    shilman committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    7389a38 View commit details
    Browse the repository at this point in the history
  3. Fix exports map for ESM

    shilman committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    60819ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1859ad6 View commit details
    Browse the repository at this point in the history
  5. Fix react-vite preset

    shilman committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    5e7299d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47e39a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a991b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    ef5917b View commit details
    Browse the repository at this point in the history
  2. clean up unused bin files

    shilman committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ca839d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3cec55 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    1eb6339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b53da View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary file

    shilman committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    00465ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a0029d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b9123b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1671b46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9cffa0 View commit details
    Browse the repository at this point in the history
  8. Fix build errors

    shilman committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    07f8ad4 View commit details
    Browse the repository at this point in the history
  9. Fix linting errors, take two

    shilman committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    69d62e4 View commit details
    Browse the repository at this point in the history
  10. Fix parallelism

    shilman committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    eb24506 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    71d7ee7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    495b75f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6a4a0bd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e53d6b2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f194030 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    627a8cf View commit details
    Browse the repository at this point in the history
  2. Try addUser to local registry

    shilman committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9e0bd60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2123331 View commit details
    Browse the repository at this point in the history
  4. Tweak setup-node in GH action

    shilman committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3184258 View commit details
    Browse the repository at this point in the history
  5. denug

    shilman committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    cfe1992 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8778255 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88c244d View commit details
    Browse the repository at this point in the history
  8. Debug publish

    shilman committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    38df274 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    704559a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2c0677 View commit details
    Browse the repository at this point in the history
  11. Debugging

    shilman committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    22d4ae1 View commit details
    Browse the repository at this point in the history
  12. More debugging

    shilman committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    baacfcd View commit details
    Browse the repository at this point in the history
  13. Even more debugging

    shilman committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    bda22cb View commit details
    Browse the repository at this point in the history
  14. Even more more debugging

    shilman committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    57e8de6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    254736c View commit details
    Browse the repository at this point in the history
  16. Why is node running?

    shilman committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    61406a8 View commit details
    Browse the repository at this point in the history
  17. Debug abort signal

    shilman committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ca16737 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3248f9f View commit details
    Browse the repository at this point in the history