Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(css): remove empty css chunks with
cssCodeSplit: false
Resolves #16582 When setting `cssCodeSplit: false` the styles are still split into one style file. But currently the imported CSS results in empty chunks, as in the current implementation empty chunks are only removed when `cssCodeSplit` was set to `true`. So this also adds empty style chunks to `pureCSSChunks` even with `cssCodeSplit: false`. Signed-off-by: Ferdinand Thiessen <[email protected]>
- Loading branch information