Is this a bug report?
Not a bug report.
I find these configs in webpack.config.prod.js

The splitChuns.name is false, this seems lead to the vendor chunk name become to something like this:

rather than vender~main.xxxxxx.chunk.js
So, I am confused why set name to false.