Front-end rookie: just learning webpack, is not very clear about his packaging process, for example, my configuration file is not configured with entry, who will he go to as the entrance? Why does the name of css,js change to such a form as chunk-12f4.5164530 after packing?
Why does some css have 0kb? How is vue-cli-service build executed in package.json?