Speedup live reloading by separating vender and main js for Ionic2

In some Starter kit projects, they separate vender.js and main.js, so that when we update some ts file, the main.js is updated, which is much smaller, so the compile and bundle time can be reduced.
So, if I am right, why not separating vender.js and main.js in 2 bundles.