From 5ecbfccfeeb0b0572ad58a6d862a8a252d548bff Mon Sep 17 00:00:00 2001 From: Allison Truhlar <114596142+allison-truhlar@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:54:26 -0500 Subject: [PATCH] astro.config.mjs no longer imports cjsInterop --- astro.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 1420d9e4..b9fb53fe 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,5 +1,4 @@ import { defineConfig } from "astro/config"; -import { cjsInterop } from "vite-plugin-cjs-interop"; import tailwind from "@astrojs/tailwind"; import icon from "astro-icon"; import react from "@astrojs/react";