After lazy loading of vue cli3 routing, Analyzer will use module sizes from stats file

after routing laziness is loaded, the prompt on vue-ui is as follows:

clipboard.png

dist :

clipboard.png

vue.config:

clipboard.png

clipboard.png

personally, I think it doesn"t correspond to the file found by Analyzer after lazy loading, (including directory level and hash value)

I have tried to configure webpackChunkName, but it doesn"t work. There is no such error on the command line, which is not affected for the time being, but I would like to ask why and how to solve it.

Jul.10,2022

refer to this article, Cannot parse bundle

Menu