Content
@
0 reply
0 recast
0 reaction
Tony D’Addeo
@deodad
does anyone have strong opinions on bundling libraries made for use in the browser? what I've arrived at so far for @farcaster/frame-sdk is: - tsc to transpile to js for everyone developing in a modern JS stack - esbuild to out an iife to include directly in a script via CDN it seems stupidly simple I looked at micobundler, tsup, pkgroll but they all seemed to do more things than I wanted without any clear benefit
3 replies
7 recasts
41 reactions
Steve
@stevedylandev.eth
I’ve used tsup for the Pinata SDK simply due to previous experience and it’s a pretty smooth flow. Not even something I have to think about tbh https://github.com/PinataCloud/pinata
1 reply
0 recast
6 reactions
Tony D’Addeo
@deodad
we've used that in some other libraries I tried it here and ran into an error related to incremental builds when I went to the docs to look into it I ran into this and then questioned if I really needed it
0 reply
0 recast
3 reactions