Solved
ES6 to ES5 compiler in AEM
Does anyone know a bundle/plugin for compiling ES6 to ES5 in AEM? Something that will work like the existing Adobe Granite UI Clientlibs - Less Compiler.
Our team is using React in our project and is using Babel to compile ES6/JSX files to ES5. What is your usual workflow for this?
Regards