Bun build alternative
erhant opened this issue · 0 comments
erhant commented
Add these as package.json scripts:
{
"build:node": "bun build ./src/index.ts --outdir ./dist/node --target node",
"build:browser": "bun build ./src/index.ts --outdir ./dist/web --target browser",
"build:types": "bunx dts-bundle-generator -o ./dist/index.d.ts --export-referenced-types ./src/index.ts",
}