Optimization Npm Builed Failed when adding powerbi-client-angular in our Angular 16 app
oliviercochet opened this issue · 2 comments
Hello,
is there a way to manage bundles and optimization process with the adding off powerbi-client-angular.
Since we add this module our build failed from JS Heap out of size despite increasing the memory associated
We investigated the issue but we're not able to reproduce the issue. We tried running the optimization building process in our application by running npm build command and it worked fine.
Please provide more details to investigate this issue.
Hi to all,
We've been struggling with our build with OLD CommonJS dependencies like this module.
Finally we use LazyLoading Module in order to seperate build and then reduce the heap size for each build.
Thanks for you testing.
Hope that this will help others.