Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 17:23
· 0 commits to b2467954205f19882cc3e6cad51c5bf233da8117 since this release

v2.0.0 is out! Breaking changes are listed below. Migration from v1 is on the docs website.

Bug Fixes

  • Only reload extension once during development when rebuilding multiple entrpoints #44

Features

  • HMR for Chrome & MV3 #66
  • Automatically skip manifest validation when working offline #44
  • Build process changes #44
  • Support extensions without HTML files #44
  • Automatically restart browser when changing manifest #44
  • Automatically add generated files to final manifest #44

BREAKING CHANGES

  • Output formats for JS entrypoints changed from umd to iife
  • Remove any files listed in the manifest.json with the generated: prefix. These files are added to the manifest automatically
  • No more assets or writeAssetsTo options, use Vite's public directory instead
  • No writeManifestTo option
  • Removed the deprecated serviceWorkerType option
  • After upgrading web-ext, you're package.json must have "type": "module"
  • No more verbose option, use Vite's --debug CLI flag instead