Created a new angular project using 'ng new' command on Angular 6.1. After running 'ng build' command, 5 js files are produced: runtime.js, polyfills.js, styles.js, vendor.js, main.js.
How do I add another library into vendor.js, For example, bootstrap?