Skip to content

v4.0.0

Compare
Choose a tag to compare
@zachleat zachleat released this 27 Jan 20:12
· 70 commits to main since this release

11ty Logo  Vite logo

Includes everything from just released Eleventy Vite Plugin v2.0.0 and upgrades Vite to v4.0.

Astute readers may notice that we skipped Eleventy Vite Plugin v3.0.0. We’d like to keep this plugin’s major version matching with the Vite major version moving forward—thanks y’all!

Fixes included from Eleventy Vite v2.0.0:

  • Fixed: filter non-HTML files out before Vite transformation #17 #14
  • Fixed: resolve bare specifiers in ESM import #16
  • Fixed: resolve import and <script type="module" src> directly from node_modules
  • Update default vite options for Vite v3 in #12
  • Disables Eleventy’s Dev Server domDiff server feature when this plugin is in use.