What is Babel?
it’s a javascript compiler that takes es6 syntax and converts it into es5 syntax.
What is a Plug-in?
a software add on that enhances/adds new features to a main software or program
What is a Webpack loader?
transformations that are applied to the source code of the module that allow you to pre-process files as you import or “load” them
How can you make Babel and Webpack work together?
install babel-loader as a dev dependency