Skip to content

Commit 55debaa

Browse files
committed
fix: remove snowpack code
1 parent 021fe4f commit 55debaa

File tree

2 files changed

+205
-211
lines changed

2 files changed

+205
-211
lines changed

src/index.jsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,3 @@ import App from "./App";
44
import "./index.css";
55

66
ReactDOMClient.createRoot(document.getElementById("root")).render(<App />);
7-
8-
// Hot Module Replacement (HMR) - Remove this snippet to remove HMR.
9-
// Learn more: https://www.snowpack.dev/#hot-module-replacement
10-
if (import.meta.hot) {
11-
import.meta.hot.accept();
12-
}

0 commit comments

Comments
 (0)