Project

General

Profile

Bug #41988

Updated by Anonymous over 4 years ago

When building the frontend with the prod parameter <pre><code class="text">npm run build -- --prod</code></pre> it turned out that we run into issues with the translation downstream. Some of the translations are missing, but should be there. This is not caused by the fileReplacements we do downstream for the branding, it must be a different parameter. 

 So, the problem will affect effect any vendor who is using translations in production. I guess the aot parameter need to be false.

Back