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

Add support for Vite development mode #2376

Merged
merged 4 commits into from
Oct 20, 2023
Merged

Add support for Vite development mode #2376

merged 4 commits into from
Oct 20, 2023

Commits on Oct 20, 2023

  1. Support Vite development mode

    This also makes the rollup plugin compatible with both Rollup and Vite
    on a type level by specifying the bare minimum.
    
    Refs #2367
    remcohaszing committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    529e827 View commit details
    Browse the repository at this point in the history
  2. Update packages/rollup/lib/index.js

    Co-authored-by: Titus <tituswormer@gmail.com>
    Signed-off-by: Remco Haszing <remcohaszing@gmail.com>
    remcohaszing and wooorm authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f7218d0 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Titus <tituswormer@gmail.com>
    Signed-off-by: Remco Haszing <remcohaszing@gmail.com>
    remcohaszing and wooorm authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8770668 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    remcohaszing committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    debd93d View commit details
    Browse the repository at this point in the history