String substitution in angular-cli built distributions

Hi, I am adopting this approach which works well. However the transform step when altering the main.xxx.bundle file changes Javascript variables I was not expecting to see changed.E.g., code like “return e[“ɵmod”]([e[“ɵmpd”]” becomes “return e[”?mod"]([e["?mpd"]", where the ‘e’ is replaced with ‘?’. I’m new to using Octopus and cant understand how or where the transform is occurring. Any ideas? Thanks

Hi Richard, thanks for reaching out.

Previous versions of Octopus Deploy had an issue with transforming Unicode characters like the ɵ character in your case (see https://octopus.com/docs/deploying-applications/substitute-variables-in-files for details). If you are running a version of Octopus Deploy older than 3.4 then I would recommend upgrading to see if that solves the issue for you.

Regards
Matt C