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

refactor!: migrate plugin-react-refresh to plugin-react #3588

Merged
merged 76 commits into from
Sep 17, 2021

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    1be655c View commit details
    Browse the repository at this point in the history
  2. chore: rename plugin-react-refresh

    This preserves the commit history.
    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    ffd2895 View commit details
    Browse the repository at this point in the history
  3. feat: integrate vite-react-jsx

    ..and improve Babel configuration.
    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    55592b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31274ae View commit details
    Browse the repository at this point in the history
  5. chore: add missing @ts-check

    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    656d082 View commit details
    Browse the repository at this point in the history
  6. fix: runtime error

    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    9db592a View commit details
    Browse the repository at this point in the history
  7. fix: export preambleCode

    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    10806d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e05e23 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d84eeb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a94db4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c1f46a9 View commit details
    Browse the repository at this point in the history
  12. chore: fix some errors

    Shinigami92 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    61df02f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9bb0565 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6964341 View commit details
    Browse the repository at this point in the history
  15. chore: add comment

    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    7dc8b61 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    597e2e3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    55dc768 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0d401ee View commit details
    Browse the repository at this point in the history
  19. build: use vite

    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    9e8f0e9 View commit details
    Browse the repository at this point in the history
  20. chore: use newest deps versions

    Shinigami92 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    af85381 View commit details
    Browse the repository at this point in the history
  21. chore: minor optimizations

    Shinigami92 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    3da6897 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5f66c0c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7c4dcb6 View commit details
    Browse the repository at this point in the history
  24. chore: improve with generic

    Shinigami92 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    75d28a6 View commit details
    Browse the repository at this point in the history
  25. chore: get rid of any

    Shinigami92 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    2e790bc View commit details
    Browse the repository at this point in the history
  26. chore: get rid of any

    Shinigami92 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    7ad9f78 View commit details
    Browse the repository at this point in the history
  27. fix: set filter variable immediately

    ...in case we are being used in Rollup but not Vite.
    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    cbb955e View commit details
    Browse the repository at this point in the history
  28. Revert "chore: get rid of any and improve typedefs"

    This reverts commit 57a1735.
    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    b9d0358 View commit details
    Browse the repository at this point in the history
  29. Revert "chore: get rid of any"

    This reverts commit 2c1b5cf.
    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    5ee9b76 View commit details
    Browse the repository at this point in the history
  30. Revert "chore: improve with generic"

    This reverts commit 633b87a.
    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    80edac1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    90c87de View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    934f4bd View commit details
    Browse the repository at this point in the history
  33. chore: fix lint

    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    bb236dd View commit details
    Browse the repository at this point in the history
  34. chore: update vite-dts

    pengx17 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    cc38b5c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0306753 View commit details
    Browse the repository at this point in the history
  36. build: fix demo

    pengx17 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    5fe6ed8 View commit details
    Browse the repository at this point in the history
  37. fix: automatic jsx runtime

    pengx17 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    fda8c6d View commit details
    Browse the repository at this point in the history
  38. fix: esm/cjs build compatibility

    pengx17 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    a96c094 View commit details
    Browse the repository at this point in the history
  39. fix: fix review comments

    pengx17 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    47b20a8 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e12121b View commit details
    Browse the repository at this point in the history
  41. chore: update lockfile

    Yarn authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    bc2a7aa View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    233d8bb View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d35ac23 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8a42b10 View commit details
    Browse the repository at this point in the history
  45. chore: remove unused code

    pengx17 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    6e8fc7f View commit details
    Browse the repository at this point in the history
  46. fix: lint issues

    pengx17 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    be1fade View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    7f68413 View commit details
    Browse the repository at this point in the history
  48. chore: fix dev script

    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    7824a6e View commit details
    Browse the repository at this point in the history
  49. chore: various tweaks

    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    af82a8a View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    9dd4a4b View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    f81bf59 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    df69bb9 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    e7dd658 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    ad3090d View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    f90444e View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    7f3b67f View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    32de20c View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    b48ff40 View commit details
    Browse the repository at this point in the history
  59. Revert "fix: remove unnecessary react/jsx-runtime loader"

    This reverts commit f9006ba.
    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    834be3c View commit details
    Browse the repository at this point in the history
  60. test: add react-switch to playground/react-jsx-runtime

    This dependency is minified and commonjs, which will test the capabilities
    of the `restoreJSX` function.
    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    6c6c5a9 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    30ce0a9 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    85839ed View commit details
    Browse the repository at this point in the history
  63. test: fragment syntax

    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    049f025 View commit details
    Browse the repository at this point in the history
  64. refactor: consolidate configResolved hooks

    Also:
    - check `jsxInject` inside configResolved
    - ensure all config values have reasonable defaults for Rollup compatibility
    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    c6b0589 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    9a656de View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    e9b831d View commit details
    Browse the repository at this point in the history
  67. fix: tests

    pengx17 authored and aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    7c4d610 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    c8f1421 View commit details
    Browse the repository at this point in the history
  69. chore: rename variables

    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    fc79dbb View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    4817bd0 View commit details
    Browse the repository at this point in the history
  71. docs: update readme

    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    b53358d View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    7d2580c View commit details
    Browse the repository at this point in the history
  73. chore: update changelog

    aleclarson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    84a4a2d View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    2bcf6b7 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    4313e26 View commit details
    Browse the repository at this point in the history
  76. chore: use defineConfig in readme

    Co-authored-by: Shinigami <chrissi92@hotmail.de>
    aleclarson and Shinigami92 committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    bfd5a9a View commit details
    Browse the repository at this point in the history