Error related to ecmascript 6 while building pipeline in cloud manager for AEM as cloud service
I am building and deploying a project on AEM cloud instance via cloud manager deploy pipeline for the first time.
and the build images step is failing with lots of errors like the one below related to libs components.
Jun 10, 2020 8:58:03 AM com.google.javascript.jscomp.LoggerErrorManager println
SEVERE: /libs/cq/ups/rte/plugin.js:574: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
const context = this.editorKernel.editContext;
Any body faced same issue or any pointers?