1.1.1 • Published 9 months ago

tsup-plugin-bundleless v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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,
}))
1.1.1

9 months ago

1.1.0

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.3.2

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago