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

Use Vite to load non JS astro configs #5377

Merged
merged 14 commits into from
Nov 15, 2022
Merged

Use Vite to load non JS astro configs #5377

merged 14 commits into from
Nov 15, 2022

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    40d0a1f View commit details
    Browse the repository at this point in the history
  2. Adding a changeset

    matthewp committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    2e33e53 View commit details
    Browse the repository at this point in the history
  3. Allow config to not exist

    matthewp committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    70be1e4 View commit details
    Browse the repository at this point in the history
  4. Use a file url

    matthewp committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    8799b32 View commit details
    Browse the repository at this point in the history
  5. Use proload as a fallback

    matthewp committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    12438f0 View commit details
    Browse the repository at this point in the history
  6. add missing peerdep

    matthewp committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    b0edbac View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    c91e6b7 View commit details
    Browse the repository at this point in the history
  2. fix lint mistakes

    matthewp committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    cd8bfba View commit details
    Browse the repository at this point in the history
  3. Refactor the vite-load

    matthewp committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    480920e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c99a7c8 View commit details
    Browse the repository at this point in the history
  5. Pass through fs

    matthewp committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    fc37a11 View commit details
    Browse the repository at this point in the history
  6. Update packages/astro/src/core/config/vite-load.ts

    Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
    matthewp and natemoo-re authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    541e2f9 View commit details
    Browse the repository at this point in the history
  7. Also load astro.config.cjs

    matthewp committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c1ea262 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

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