UNPKG

react-use-modal-wrapper

Version:

A lightweight and customizable modal hook for React. Easily add modals to your app with minimal code.

10 lines (9 loc) 194 B
import { defineConfig } from 'tsup'; export default defineConfig(() => ({ entry: ['src/index.tsx'], outDir: 'dist', format: ['cjs', 'esm'], clean: true, dts: true, minify: true }));