UNPKG

toast-ease

Version:

An opinionated toast component.

12 lines (10 loc) 210 B
import { defineConfig } from "tsup"; export default defineConfig({ minify: true, target: "es2018", external: ["react"], sourcemap: true, dts: true, format: ["esm", "cjs"], injectStyle: true, });