That's honestly a nice stack and don't see how you would regret it
Vue 3 seems to have taken a lot of cues from React during its rewrite, give it a second look if you weren't keen on 2.
From https://github.com/vitejs/vite:
> Vite is an opinionated web dev build tool that serves your code via native ES Module imports during dev and bundles it with Rollup for production.
I wonder if Vite/Rollup will end up replacing vue-cli/webpack in the Vue community.
The new vite [0] dev tool looks impressive. The features list is chock full of good stuff like TypeScript, JSX, CSS processing, hot reloads, JSON and CSS loading, etc.