11ty / eleventy-plugin-vite

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

Update default vite options for Vite v3 #12

Closed vivgui closed 2 years ago

vivgui commented 2 years ago
CleanShot 2022-07-15 at 21 28 15@2x

It seems Vite v3 deprecated string values for server.middlewareMode, it's a boolean now. The config value should be true now.

Also, we need to add appType as a shared config, the value should be custom according to the docs.

Let me know if you want me to amend anything.

zachleat commented 2 years ago

Thank you!