TaskRunner
Tool executing multiple tasks by only one execution. Tasks are like CSS preprocessor, Transpire, Module Bundler, etc...e.g.
webpack
grunt
gulp
Module Bundler
Tool stitching together a group of modules and their dependencies.e.g.
webpack
browserify
Transpiler
The tool that read source code and written in one programming language.e.g.
Babel
AltJS