Bundling is the concept where we group files i.e css, js files, and request to the server in a single attempt. Bundling helps to overcome load from the server that happen in case of individual request.Saves bandwidth and load application faster.
Minification :
In manification, we remove extra spaces from js files,remove commented lines to lower the size of the js files that helps us to load js file fasters.