After cloning the repository at:
https://github.com/Microsoft/TypeScript-Vue-Starter
I executed npm scripts:
npm install
npm run build
The outcome: the size of build.js file is approximately 1MB.
Can anyone explain why the build.js file is significantly larger than the Vue.js library for such a basic example?