Skip to content

Commit

Permalink
Add peerjs + parcel workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
valrus committed Feb 20, 2022
1 parent cea1e33 commit 3a2c8a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><title>poems</title><base href="./"><script type="module" src="/collaborative-blackout-poetry/index.f5c3788f.js"></script></head><body> <div id="root"></div> </body></html>
<!DOCTYPE html><html><head><meta charset="utf-8"><title>poems</title><script>var parcelRequire;</script><script type="module" src="/collaborative-blackout-poetry/index.f5c3788f.js"></script></head><body> <div id="root"></div> </body></html>
4 changes: 3 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<head>
<meta charset="UTF-8">
<title>poems</title>
<base href="./">
<script>
var parcelRequire;
</script>
<script type="module" src="../src/index.js"></script>
</head>
<body>
Expand Down

0 comments on commit 3a2c8a1

Please sign in to comment.