⬆️ Update depdencies (HMR 🎉)

This commit is contained in:
Alexandre
2021-02-20 16:46:23 +01:00
parent d0d5df3e64
commit eea5bb6c27
12 changed files with 394 additions and 819 deletions
+3 -3
View File
@@ -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"
+135 -541
View File
File diff suppressed because it is too large Load Diff
+1 -6
View File
@@ -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"));