Difference between Webpack/Babel and react-scripts
Basically speaking, they serve different purposes and usually show up together. I will explain what they are designed to do. babel Babel is a transpiler. It can translate all kinds of high version ECMAScript ( not only ECMAScript, but it’s easy to understand) into ES5, which is more widely supported by browsers (especially older versions). … Read more