I have an Anglular application that is using the single-spa-angular framework: https://single-spa.js.org/
By doing the same build on two different environments I have two different dist contents. locally we are on a windows environment. in a jenkins pipe we are on a linux environment.
the result on ambien windows works if integrated with the other single-spa modules. the result from ambiene linux doesn't work.
the difference is evident in the number of chunks generated (one more in the linux version that doesn't work)
do you have any idea why this difference and how to solve the problem?
Thank you all.