Trying out tsup to see if it can replace our hand-rolled tsc build to produce CJS+ESM packages. François Hendriks’s How To Make Tree Shakeable Libraries gave me hard-to-find confirmation that we want to avoid bundling of our packages. Thankfully, tsup supports the option to disable bundling. #JavaScript