Earlier quoted context omitted.
I can remove babel in my code?
It depends on your target platform: ES6 modules are basically supported in every browser I care about, so the major reason for Babel is JSX
Also if JSX or similar JS extensions are the only thing you need tramspiling for, you might want to look at Sucrase [1] as a fast alternative to Babel.