What is the problem that the main.js of the vue project packaged with webpack is too large?

using the vue project packaged with webpack, the main.js in the dist directory has a large number of base64 characters.

what is the cause of this?


in terms of the second screenshot, webpack inserts the dependent font file into main.js with base64 encoding. You can consider excluding this font dependency in the configuration

.
Menu