Skip to content

Commit dab023f

Browse files
authored
fix: should update initial chunks correctly with filename
1 parent 6351aa3 commit dab023f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ class MiniCssExtractPlugin {
12481248
? this.options.filename
12491249
: this.options.chunkFilename;
12501250
},
1251-
false
1251+
set.has(RuntimeGlobals.hmrDownloadUpdateHandlers)
12521252
)
12531253
);
12541254

0 commit comments

Comments
 (0)