Importing/loading library with chunks

后端 未结 1 1014
自闭症患者
自闭症患者 2021-01-11 19:09

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

相关标签:
1条回答
  • 2021-01-11 19:28

    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.

    0 讨论(0)
提交回复
热议问题