🏗️ Use tsup for bot and typebot-js packages
This commit is contained in:
committed by
Baptiste Arnaud
parent
0b58f4e976
commit
84163c6585
11
packages/typebot-js/tsup.config.js
Normal file
11
packages/typebot-js/tsup.config.js
Normal file
@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'baptistearno-tsup'
|
||||
|
||||
export default defineConfig((options) => ({
|
||||
entry: ['src/index.ts'],
|
||||
sourcemap: true,
|
||||
minify: !options.watch,
|
||||
dts: true,
|
||||
format: ['esm', 'cjs', 'iife'],
|
||||
globalName: 'Typebot',
|
||||
injectStyle: true,
|
||||
}))
|
Reference in New Issue
Block a user