11ty / eleventy-plugin-vite

A plugin to use Vite with Eleventy
134 stars 10 forks source link

Update README.md #11

Closed matthiasott closed 2 years ago

matthiasott commented 2 years ago

Change from Vite 2 –> 3.0: Setting server.middlewareMode to 'ssr' is now deprecated. server.middlewareMode should be set to true and appType to 'custom' instead. Also see: https://vitejs.dev/guide/ssr.html#setting-up-the-dev-server Tested this successfully with https://github.com/matthiasott/eleventy-plus-vite