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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b305b1-2bd00.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b305b1-2bd00.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?