Excuse me, webpack packaging vue single page project, can be accurately packaged?

now our project is a single-page project using vue. Each time you modify a business code, webpack will repackage all the files. It feels unrealistic. How can I do that? I modified a business code, and webpack can identify the modified files. Other unmodified files will not be packaged again, only the modified files will be packaged and replaced. Please explain to the boss. Thank you

Jul.06,2022

https://zhuanlan.zhihu.com/p/...


suggest posting your webpack detailed configuration


https://github.com/NewPrototype/webpack4-es6-react; react is compiled on demand, you can refer to

Menu