UNPKG

@beqa/unplugin-transform-react-slots

Version:

JSX to slot function transpilation plugin for some of the common build systems

10 lines (8 loc) 174 B
import { defineConfig } from "tsup"; export default defineConfig({ entry: ["./src/*.ts"], format: ["cjs", "esm"], target: "node16.14", clean: true, dts: true, });