Situation
I\'m trying to load a library with Webpack. The library itself has been split up using Webpack into multiple chunks.
Project A has
After some experimentation, I figured out that just using the source files as is and only compiling in the final product is one of the ways to go. This way Webpack can generate the chunks for all of the packages.