11ty / eleventy-plugin-vite

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

Update to Vite 4 #19

Closed HummingMind closed 1 year ago

HummingMind commented 1 year ago

Vite 4 is out. Please update to include v4 support.

Thank you!

KiwiKilian commented 1 year ago

I'm already successfully using vite@4 via overrides in my package.json:

  "overrides": {
    "@11ty/eleventy-plugin-vite": {
      "vite": "^4.0.0"
    }
  },
zachleat commented 1 year ago

Shipping with eleventy-plugin-vite@4.0.0 thank you!