theoremts-plugins
v0.3.2
Published
Bundler plugins for Theorem — strip contracts at build time (vite, esbuild, tsup)
Readme
theoremts-plugins
Bundler plugins for Theorem — strip contracts at build time for zero runtime overhead.
// vite.config.ts
import { theoremVite } from 'theoremts-plugins/vite'
export default { plugins: [theoremVite()] }Also available: theoremts-plugins/esbuild, theoremts-plugins/tsup.
