Hello allCurrently I'm trying to accomplish the following scenario:The
client I'm working for has different websites, created by different
providers on AEM. We are currently building some components that use
ECMASCRIPT 6, meaning we'd have to use the Google Closure Compiler for
this. I'd like this component's client library to be embedded in any
kind of other client library.At the client library level, you can
specify a jsProcessor that needs to be used for the client library.
However, if a clie...