Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 03:38
· 28 commits to main since this release
565c00b

⚠ BREAKING CHANGES

Check MIGRATION.md for migration instructions

  • The webAccessibleScripts option has been removed and replaced by the additionalInputs option. For similar functionality, move scripts to additionalInputs.scripts and html files to additionalInputs.html. Check the README or MIGRATION files for detailed usage instructions.
  • useDynamicUrlContentScripts option renamed to useDynamicUrlWebAccessibleResources
  • dev mode plugin HTML transforms are no longer applied by default. Use the devHtmlTransform option to enable if needed.
  • optimize web accessible resources (#89)

Features

Bug Fixes

  • react HMR HTML errors due to CSP in manifest V3 (#86) (49db181)
  • Input TypeScript file extensions not being correctly converted to .js in output manifest.json