SplitChunksPlugin"s configuration item maxInitialRequests defaults to 3 and maxAsyncRequests defaults to 5
my understanding is that a module, in the whole packaging process, if the maximum number of Synchronize import is 3 and the maximum number of asynchronous import is 5, it will be packaged separately in a separate file.
doubt: shouldn"t it be the minimum number of times? MinInitialRequests and minAsyncRequests.
the more modules a module depends on, the more necessary it is to be packaged into a separate file, isn"t it?