Projects generated with vue-cli are initially 2mb. Can you make it smaller?

as shown in the figure, the newly generated project is already 2mb before its own code is written.
so, is there any way to reduce the volume of app.js?
clipboard.png

Feb.24,2022

check whether the js and css files in your dist package file have a .map suffix. If so, you need to add a webpack rule not to package the .map file

.
Menu