Im trying to understand how reuseExistingChunk from SplitChunksPlugin works and i came across with this example https://github.com/webpack/webpack.js.org/issues/2122.
This example is very arbitrary and i cant figure out how the original modules created in the first place.
Can you provide me with a real example containing simple modules?
Thank you.