We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5999444 commit c9a6efeCopy full SHA for c9a6efe
packages/vite/src/node/plugins/css.ts
@@ -239,6 +239,7 @@ export function cssPostPlugin(config: ResolvedConfig): Plugin {
239
// Ensure new caches for every build (i.e. rebuilding in watch mode)
240
pureCssChunks = new Set<string>()
241
outputToExtractedCSSMap = new Map<NormalizedOutputOptions, string>()
242
+ hasEmitted = false
243
},
244
245
transform(css, id, ssr) {
0 commit comments