because both html files refer to the same vendor.js, this js file packages the common modules of the two pages together, which is relatively large. Now one of the pages uses fewer modules, so can each page reference its own vendor.js, so that the volume will not be too large? I don"t know how to configure webpack. Thank you very much!