chore: bare minimum standalone repro for bun splitting bug

Removes all server-side code, tests, CI pipelines, Docker config, extra CSS, sidebars, and documentation files to provide a bare-minimum reproduction environment.

Modifies `App.tsx` to just eagerly load and render `<Excalidraw />`. Modifies `package.json` to only contain a basic build command to reproduce the bug where Bun injects a dynamic chunk rather than the entrypoint chunk.
This commit is contained in:
ruinivist
2026-05-30 18:15:27 +00:00
parent 7bfa1051c3
commit 14bef2e633
3 changed files with 1 additions and 52 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- to resolve the hs and css from root -->
<base href="/" />
<title>excali-box</title>
<title>Repro</title>
<script type="module" src="./client.tsx"></script>
</head>
<body>