UNPKG

tw-colors

Version:

Tailwind plugin for switching color theme with just one className

12 lines (10 loc) 221 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['lib/index.ts'], splitting: false, sourcemap: true, dts: true, clean: true, format: ['cjs', 'esm'], outDir: 'dist/lib', });