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()], } ); ```