🚀 Enhancements
- Export
ContentScriptContext
fromwxt/client
(1f448d1) - ⚠️ Require a function for
vite
configuration (#121)
🩹 Fixes
⚠️ Breaking Changes
- ⚠️ The
vite
config option must now be a function. If you were using an object before, change it fromvite: { ... }
tovite: () => ({ ... })
. (#121)