⬆️ Update depdencies (HMR 🎉)
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"vite": "^2.0.0",
|
||||
"vite-plugin-solid": "^1.0.0",
|
||||
"vite-plugin-windicss": "^0.2.2"
|
||||
"vite": "^2.0.1",
|
||||
"vite-plugin-solid": "^1.1.0",
|
||||
"vite-plugin-windicss": "^0.4.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"solid-js": "^0.24.7"
|
||||
|
||||
Generated
+135
-541
File diff suppressed because it is too large
Load Diff
@@ -3,9 +3,4 @@ import { render } from "solid-js/web";
|
||||
|
||||
import App from "./App";
|
||||
|
||||
const dispose = render(() => <App />, document.getElementById("root"));
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept();
|
||||
import.meta.hot.dispose(dispose);
|
||||
}
|
||||
render(() => <App />, document.getElementById("root"));
|
||||
|
||||
Reference in New Issue
Block a user