babel Flashcards
1
Q
What is Babel?
A
Babel is a JavaScript compiler that is maily used to convert ES6+ code into a backwards compatible version of JavaScript in current and older browsers or environments.
2
Q
What is a Plug-in?
A
adding a specific feature to an existing program.
3
Q
What is a Webpack loader?
A
transformations that are applied to the source code of a module.
4
Q
How can you make Babel and Webpack work together?
A
install babel modules. include webpack npm script. execute npm run build