github wxt-dev/wxt v0.15.0

latest releases: wxt-v0.20.11, module-react-v1.1.5, wxt-v0.20.10...
19 months ago

compare changes

🚀 Enhancements

  • zip: ⚠️ Add includeSources and rename ignoredSources to excludeSources (#378)

🩹 Fixes

  • Generate missing sourcemap in wxt:unimport plugin (#381)
  • ⚠️ Move browser constants to import.meta.env (#380)
  • Enable inline sourcemaps by default during development (#382)

📖 Documentation

🏡 Chore

  • Update contributor docs (eb758bd)

⚠️ Breaking Changes

Renamed zip.ignoredSources to zip.excludeSources in #378

Renamed undocumented constants for detecting the build config at runtime in #380. Now documented here: https://wxt.dev/guide/multiple-browsers.html#runtime

  • __BROWSER__import.meta.env.BROWSER
  • __COMMAND__import.meta.env.COMMAND
  • __MANIFEST_VERSION__import.meta.env.MANIFEST_VERSION
  • __IS_CHROME__import.meta.env.CHROME
  • __IS_FIREFOX__import.meta.env.FIREFOX
  • __IS_SAFARI__import.meta.env.SAFARI
  • __IS_EDGE__import.meta.env.EDGE
  • __IS_OPERA__import.meta.env.OPERA

❤️ Contributors

Don't miss a new wxt release

NewReleases is sending notifications on new releases.