Webpack 4 replaces CommonChunkPlugin with SplitChunkPlugin. After packaging, a chunk may depend on multiple chunk. What is the loading order of these dependent chunk?
if it is parallel, isn"t it wrong that there is a dependency between them?
if it is serial, the more chunk is loaded, the slower the first screen display will be.