the PC page of my project has been completed, and the vue-cli
I use now needs to be a mobile page. I also plan to use vue-cli, so I want to put the mobile page in the existing PC project. I don"t want to create another project.
so I need to know how to configure webpack and how to avoid code redundancy (such as when the phone loads libraries on the PC that I don"t use)
Thank you