help optimizing bundle size
[issue link]I’m attempting to optimize my bundle size and off the bat, I noticed that the same component is always being added to every page bundle that it is used in. Shouldn’t the common chunks plugin automatically take these out?
https://ipfs.io/ipfs/QmVuYHkYpsmmThL15pdoen6cMfEV83RZbTCvkVSzo12Bpb
In the screenshot you can see that the same product-card and cabinet components are being loaded twice in the two pages.
Please help! my app is like 8MB right now!