what is Babel?
a toolchain used to ECMAScript 2015+ code into backwards compatible code
what is a plug-in?
a software component that adds a specific feature to an existing computer program
what is a Webpack loader?
transformations that are applied to the source code of the module
how can you make Babel and Webpack work together?