๐ Release v0.1.2 ยท chrome-ext-starter
A maintenance and compatibility-focused release that brings improved tooling, better support for new environments, and critical fixes for content script accessibility and JSX issues.
โจ What's New
๐ง Updated Build Setup
- Replaced
@vitejs/plugin-react-swcwith the more stable@vitejs/plugin-reactfor broader compatibility and fewer runtime quirks. - Refined Rollup output configuration to properly handle font assets during the build process.
๐ฆ Dependency Upgrades
- Bumped
Reactfrom18.1.0โ19.1.0 - Bumped
ReactDOMfrom18.2.xโ19.1.6 - Updated
TypeScriptfrom5.2.2โ5.8.3
โ๏ธ Configuration & Compatibility
- Loosened Node.js version requirement to allow any
20.xversion. - Refined
web_accessible_resourcesto allow wildcards and broader URL matches โ helping resolve loading issues in more restrictive contexts.
๐ Bug Fixes
- Fixed
"Cannot use JSX unless the '--jsx' flag is provided"by ensuring proper TypeScript and Vite configuration. - Temporarily adjusted
web_accessible_resourcesto improve debugging during CSP-restricted environments (e.g., GitHub).
Thanks for using chrome-ext-starter! ๐
โ Reza Sohrabi