Babel.js Guide -Part 1- The Absolute Must-Know Basics: Plugins, Presets, And Config
What is Babel and how to use it? What are presets and plugins, and in what order Babel applies them?
What is Babel?
Babel
is a free and open-source JavaScript transpiler (kind of like a JavaScript compiler). It converts…