Vite plugins and utilities published under the @jsxtools scope.
| Package | Description |
|---|---|
@jsxtools/vite-plugin-polyfiller |
Detects polyfillable language features in source files and injects the runtime only when needed. |
@jsxtools/vite-plugin-11ty |
Integrates the Eleventy static site generator into a Vite-driven build. |
This repo uses npm workspaces. From the root:
npm install # install all workspace dependencies
npm test # run tests across all workspaces
npm run build # build every workspace
npm run typecheck # run the root TypeScript check
npm run lint # run Biome checks
npm run format # format the repo with dprint
npm run format:check # verify formatting without writing changesRun a script for one package with:
npm run <script> --workspace @jsxtools/<package-name>MIT-0