From 32e95b3aeca6515d953f630866366ef79e4deeeb Mon Sep 17 00:00:00 2001 From: Tobiloba Adedeji <96334363+tobySolutions@users.noreply.github.com> Date: Sat, 18 Nov 2023 10:54:37 +0100 Subject: [PATCH] Update install.mdx --- website/pages/docs/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/install.mdx b/website/pages/docs/install.mdx index 63cfe33320..6bcb1c7b33 100644 --- a/website/pages/docs/install.mdx +++ b/website/pages/docs/install.mdx @@ -155,7 +155,7 @@ Then, add the compiler to your build tool of choice: export default defineConfig({ - plugins: [million.vite(), remix()], + plugins: [million.vite({ auto: true }), remix()], } ); ```