Vue uses routing on-demand loading, so why is the packaged app.js still so large?

as shown in the figure, I used routing on-demand loading and generated a lot of .js files, but the app.js is still very large. It is even larger than non-demand loading

app.js ...

Mar.21,2021

clipboard.png

this is caused by the font file embedded in the js file. It is recommended that the font file be extracted separately. And so is css.

Menu