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: cleanup custom plugins #19087

Merged
merged 7 commits into from
Sep 2, 2022
Merged

Vite: cleanup custom plugins #19087

merged 7 commits into from
Sep 2, 2022

Commits on Sep 1, 2022

  1. Remove unneeded no-fouc plugin

    The issue was fixed in vite prior to 3.0, which is the lowest version we support now.
    IanVS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    0b124c5 View commit details
    Browse the repository at this point in the history
  2. Move all plugins into /plugins

    IanVS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    e39716f View commit details
    Browse the repository at this point in the history
  3. Use consistent vite plugin names

    This will make them easier to understand in debug logs, for instance.
    IanVS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    119a2d4 View commit details
    Browse the repository at this point in the history
  4. Handle rollup hook objects

    IanVS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    351b4f1 View commit details
    Browse the repository at this point in the history
  5. Use Vite 3.1.0-beta.1 in dev

    We need this to support the new object hooks
    IanVS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b70251e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Fix paths to input files

    IanVS committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9a5adca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc41d66 View commit details
    Browse the repository at this point in the history