I would use Rollup/Bili when it comes to bundling libraries if possible, since Rollup generates smaller bundle.
In fact I use Bili for bundling libraries and Poi for bundling apps, see https://github.com/egoist/vue-final-form/blob/master/package.json#L10-L22 as an example.