We are required to standardize our development platform using ECMAScript 6 specification. This isn’t an issue for Web context, but how can we apply the same standard to the Print context using either Babel.js or Node.js transpiling?
For instance, the below code returns errors on line 2, even though I have included the Babel-core compiler:
We need this working in the print context as well. We have a few web templates where we have implemented ECMAScript 6 standard using the Babel or Node compilers successfully. We now also need to follow suite for all our print templates.
So confirm whether this can be done in the print context. If not, can this be officially escalated with your Development Team as a feature request?