1.1.1 • Published 9 months ago
tsup-plugin-bundleless v1.1.1
tsup-plugin-bundleless
安装
npm i tsup-plugin-bundleless -D
使用
// tsup.config.ts
import { bundleless } from 'tsup-plugin-bundleless'
const { plugins, esbuildPlugins } = bundleless({
// options
})
export const tsup = defineConfig((option) => ({
plugins,
esbuildPlugins,
}))