How does webpack handle small changes in projects that have been deployed online?

webpack version 3.10.0
project has been launched, and the common code (global style, third-party library has also been extracted), but the business code is often adjusted slightly according to business needs. Most of the time, it only involves the parameters passed by js in a certain vue file, but the launch also requires the whole project to be repackaged, which is very cumbersome to deploy. Is there an easier solution?

Jun.08,2021
Menu