Importing/loading library with chunks
问题 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 a dependency on project B. Project B has been built with Webpack and consists of multiple chunks. Project A now loads project B through a dynamic import. When project A is built, I would like the chunks of project B to be created in the output folder of project A. Question How do I get the chunks of project B to persist as chunks in the final build of the