We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.