0.1.0 • Published 3 years ago

tsup-plugin-solid v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

tsup-plugin-solid

Tsup plugin for Solid. Uses esbuild-plugin-solid under the hood.

Installation

pnpm add tsup-plugin-solid -D # or npm or yarn

Usage

// tsup.config.js
import { defineConfig } from 'tsup'
import solidPlugin from 'tsup-plugin-solid'

export default defineConfig({
  entry: ['src/index.tsx'],
  clean: true,
  format: ['cjs', 'esm'],
  dts: true,
  plugins: [solidPlugin()],
})

License

MIT

0.1.0

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago