Related to this question, Does anybody know when t...
# suitecommerce
e
Related to this question, Does anybody know when the
shopping-templates.x.js
is created? It does not live on the local development tools and after checking, it seems it is fetch in some way while running locally the source code or extensions, then the one that is created on the file cabinet seems to be created on the transpilation/minification process. Could it be possible that any customization done might be impacting to add arrow methods for the
almond
library? That's what support is saying and for me it does not make any sense.
m
the shopping-template is created durning the activation process.
e
That's what I thought, thanks for confirming!