We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea4d3c commit b724423Copy full SHA for b724423
bin/cmd.js
@@ -37,7 +37,7 @@ program
37
console.log(stats.toString({ color: true }));
38
var server = serve.listen(program.port || 9000, static, Number(program.timeout) || 10);
39
stats.compilation.chunks.forEach(function(chunk) {
40
- server.clearCache(chunk.name);
+ server.clearCache(chunk.name || chunk.id.toString());
41
});
42
43
0 commit comments