Closed kwin closed 2 years ago
GCC used for minification in AEM uses ECMASCRIPT5
as input language level (https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-16544.html?lang=en)
The following options are supported:
AEM 6.5 and AEM SDK 2022/07 uses GCC version v20190121
The safest option though is to minify during the build and disable the minification at runtime. This comes with the drawback of making it harder to debug JS issues as one cannot easily toggle minification on/off.
Describe the bug Some errors can be seen after deploying the client libraries to AEM Cloud SDK
Environment
and