Build times are coming in at ~2m 30s, which feels way too long.
From some light debugging this comes from bun-plugin-dts building the ./src/vue.ts entrypoint.
Removed the extraneous prepublish script in package.json. That's cut down the unnecessary duplication each time the package is built. But the build times is still relatively slow given the size of the library.
Problem
Build times are coming in at ~2m 30s, which feels way too long. From some light debugging this comes from bun-plugin-dts building the
./src/vue.ts
entrypoint.