Javascript – Create a separate bundle file for each library of my workspace
I have an Angular (version 15.2) workspace, that has an host app, three modules and two libraries. This structure shows what is being used by what: host moduleA library1 moduleB library1 library2 moduleC library1 library2 The host lazy-loads the three…