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.
2 parents ccecc17 + 8e914b7 commit e84401aCopy full SHA for e84401a
1 file changed
lib/hmr/lazyCompilationBackend.js
@@ -68,7 +68,9 @@ module.exports = options => (compiler, callback) => {
68
req.socket.setNoDelay(true);
69
res.writeHead(200, {
70
"content-type": "text/event-stream",
71
- "Access-Control-Allow-Origin": "*"
+ "Access-Control-Allow-Origin": "*",
72
+ "Access-Control-Allow-Methods": "*",
73
+ "Access-Control-Allow-Headers": "*"
74
});
75
res.write("\n");
76
let moduleActivated = false;
0 commit comments