wxt-v0.19.27
wxt-dev/wxtwxt-v0.19.27Feb 12, 2025by github-actions[bot]
AI Summary
This update fixes compatibility issues with Vite plugins and environment configurations, ensuring smoother auto-import and build processes.
Key Highlights
- Allow vite-node@^3.0.0
- Use path triple slash directive for types referenced via path
- Support publish-browser-extension v3.0.0
- Respect inlineConfig.mode when setting NODE_ENV
- Fix auto-import when using @vitejs/plugin-vue alone
Full Release Notes
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.26...wxt-v0.19.27) ### 🩹 Fixes - Allow `vite-node@^3.0.0` ([#1378](https://github.com/wxt-dev/wxt/pull/1378)) - Use path triple slash directive for types that are referenced via path ([#1407](https://github.com/wxt-dev/wxt/pull/1407)) - Support `publish-browser-extension` v3.0.0 ([ac92d40](https://github.com/wxt-dev/wxt/commit/ac92d40)) - Respect `inlineConfig.mode` when setting NODE_ENV ([#1416](https://github.com/wxt-dev/wxt/pull/1416)) - Auto-import does not work when using `@vitejs/plugin-vue` alone ([#1412](https://github.com/wxt-dev/wxt/pull/1412)) ### ❤️ Contributors - Jaguar Zhou ([@aiktb](http://github.com/aiktb)) - Alec Larson ([@aleclarson](http://github.com/aleclarson)) - Aaron ([@aklinker1](http://github.com/aklinker1)) - St3h3n <st3h3n@gmail.com> - Eli ([@lishaduck](http://github.com/lishaduck))