mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
Update hmr.ts
This commit is contained in:
@@ -429,7 +429,6 @@ if (typeof window !== "undefined") {
|
||||
update.node.tagName === "LINK" ||
|
||||
update.node.tagName === "STYLE"
|
||||
) {
|
||||
console.log("check");
|
||||
// This might cause CSS specifity issues....
|
||||
// I'm not 100% sure this is a safe operation
|
||||
const sheet = new CSSStyleSheet();
|
||||
|
||||
Reference in New Issue
Block a user