What is Babel?
tool mainly used to convert ES6 to ES5
What is a Plug-in?
software that adds a specific feature to an existing computer program
What is a Webpack loader?
transformations that are applied to the source code of a module
How can you make Babel and Webpack work together?
Webpack can be used to compile ES6 code into a main.js in ES5 with Babel