Bug report
What is the current behavior?
splitChunks output unnecessary vendors~main.js containing only few line of codes.
If the current behavior is a bug, please provide the steps to reproduce.
I’ve created a testing repository
What is the expected behavior?
The expected behavior is to have only vendors~main.css in the dist folder: extract bootstrap.css in a separate file.
Other relevant information:
Node.js version: 8.11.1
Dupe of #7300?