Switched from snowpack to webpack (Preparing to add serviceworker)

This commit is contained in:
2021-07-31 21:18:16 +03:00
parent df91e5047c
commit c416354cfa
12 changed files with 128 additions and 53 deletions

View File

@ -12,6 +12,3 @@ ReactDOM.render(
document.getElementById("root")
);
if (import.meta.hot) {
import.meta.hot.accept();
}