babel vs babel-core vs babel-loader vs babel-preset-2015 vs babel-preset-react vs babel-polyfill
babel Babel doesn’t do anything,It basically acts like const babel = code => code; by parsing the code and then generating the same code back out again. You will need to add some plugins for Babel to do anything like transpiling es6,JSX. babel-core if you want to use babel in your real project, you need … Read more