Skip to content

v1.0.0 - Initial Release

Choose a tag to compare

@alleneubank alleneubank released this 04 Sep 23:50
· 30 commits to main since this release

wxt-module-console-forward v1.0.0

🎉 Initial release of the WXT Console Forward module!

🚀 Features

  • Console Log Forwarding: Forward console logs from web extension scripts to the WXT dev server
  • Multi-context Support: Works with background scripts, content scripts, popup scripts, and more
  • Development Debugging: Essential tool for debugging web extensions during development
  • Easy Integration: Simple module configuration in your wxt.config.ts

📦 Installation

npm install wxt-module-console-forward

🛠️ Usage

Add to your wxt.config.ts:

import { defineConfig } from 'wxt'
import consoleForward from 'wxt-module-console-forward'

export default defineConfig({
  modules: [consoleForward]
})

📚 Documentation

See the README for complete usage instructions and configuration options.

🔗 Links


Full Changelog: https://github.com/0xBigBoss/wxt-module-console-forward/commits/v1.0.0