Difference between Webpack/Babel and react-scripts
问题 Recently i started working on web pack and react-scripts and i would like to know the advantages and disadvantages using them and how they are different from each other. 回答1: 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