Skip to content

Commit

Permalink
chore: reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed May 4, 2024
1 parent 3f141d2 commit f519538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/plugins/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ export function cssPostPlugin(config: ResolvedConfig): Plugin {

for (const chunkName of chunkCSSMap.keys())
collect(prelimaryNameToChunkMap.get(chunkName)?.fileName ?? '')

return await finalizeCss(
css,
false,
Expand Down

0 comments on commit f519538

Please sign in to comment.