Babel Flashcards
1
Q
What is Babel?
A
a toolchain used to convert ES6 code to older versions of it
2
Q
What is a Plug-in?
A
adds a feature to an existing program
3
Q
What is a Webpack loader?
A
transformations that allow you to pre-process files as you import(load) them
4
Q
How can you make Babel and Webpack work together?
A
babel loader