v4.0.0
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!
- Milestone: https://github.com/11ty/eleventy-plugin-vite/milestone/3?closed=1
- Full Changelog: v2.0.0...v4.0.0
- Upgrade to vite@4 by @KiwiKilian in #20
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 fromnode_modules
- Update default vite options for Vite v3 in #12
- Disables Eleventy’s Dev Server
domDiff
server feature when this plugin is in use.