ESBuild plugin for compiling SolidJS JSX/TSX components via GSolid. Version 1.1.0, released December 2024. Integrates GSolid into esbuild builds, supporting SolidJS' reactive syntax with GSolid's optimizations. Requires esbuild ^0.28.0 and babel-preset-solid ^1.9.12 as peer dependencies. Primarily used for building SolidJS applications with esbuild instead of Vite or other bundlers. Ship: stable, TypeScript types included.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Default export only. Named import causes undefined error.
Type import only available in TypeScript; do not use value import as it is not exported.
CJS require acts as default import; destructuring the export yields undefined.
Build a SolidJS application with esbuild using the GSolid plugin. Entry point is a TSX file, output is bundled JS.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.