Skip to content

v1.3.2

Latest

Choose a tag to compare

@alleneubank alleneubank released this 22 Dec 19:29
· 6 commits to main since this release

Fixes

  • Improved UI page entrypoint detection: Single-file JS/TS entrypoints (e.g., popup.ts) are now correctly treated as unlisted-script type, not UI pages. Only directory-based UI entrypoints (e.g., popup/main.tsx) are skipped for console forwarding injection.

  • Custom entrypointsDir support: Now uses wxt.config.entrypointsDir instead of hardcoding /entrypoints/ path, supporting projects with custom entrypoint directory locations.

  • Additional CSS extensions: Added support for sass, styl, and stylus file extensions when extracting entrypoint directory names.

  • Windows path support: Normalized backslash handling for Windows-style paths.

Internal

  • Renamed Playwright test files to .pw.ts to avoid conflicts with Bun test runner
  • Added comprehensive unit tests for entrypoint detection logic (72 tests)