ES6 to ES5 compiler in AEM | Community
Skip to main content
khakiout
New Participant
February 18, 2016
Solved

ES6 to ES5 compiler in AEM

  • February 18, 2016
  • 4 replies
  • 5902 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by sunjot16

You can try babel.

The following article may be helpful:

https://blog.dniccumdesign.com/adding-babel-support-to-an-aem-instance/

4 replies

sunjot16
sunjot16Accepted solution
Employee
December 4, 2019

You can try babel.

The following article may be helpful:

https://blog.dniccumdesign.com/adding-babel-support-to-an-aem-instance/

khakiout
khakioutAuthor
New Participant
February 22, 2016

Thank you, those JS files are actually being used on the front-end, but it makes sense to use it as well on the backend similar to how the Social Component Frameworks is created (via HandleBars)

smacdonald2008
New Participant
February 19, 2016

I have passed this question to support to see if there are some support KBs. This is not a common AEM request and there is no docs or community articles on this use case.