Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 17:46
· 1049 commits to main since this release

compare changes

🚀 Enhancements

  • Export ContentScriptContext from wxt/client (1f448d1)
  • ⚠️ Require a function for vite configuration (#121)

🩹 Fixes

  • Use the same mode for each build step (1f6a931)
  • Disable dev logs in production (3f260ee)

⚠️ Breaking Changes

  • ⚠️ The vite config option must now be a function. If you were using an object before, change it from vite: { ... } to vite: () => ({ ... }). (#121)