Commit 9a41c86
Fix endless "Loading MolForge" spinner: pin @babel/standalone to 7.25.6
The unpinned @babel/standalone CDN URL resolved to the latest Babel 8.x,
which is stricter about raw `>` / `>=` in JSX text and threw "Unexpected
token `>`" — so Babel never compiled the app, React never mounted, and the
loading splash spun forever. Pinning to 7.25.6 restores the version the app
was authored against and prevents future silent CDN upgrades from breaking it.
Verified: app mounts with 25 example compounds, 0 page errors.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c0c4c9c commit 9a41c86
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1009 | 1009 | | |
1010 | 1010 | | |
1011 | 1011 | | |
1012 | | - | |
| 1012 | + | |
1013 | 1013 | | |
1014 | 1014 | | |
1015 | 1015 | | |
| |||
1349 | 1349 | | |
1350 | 1350 | | |
1351 | 1351 | | |
1352 | | - | |
| 1352 | + | |
1353 | 1353 | | |
1354 | 1354 | | |
1355 | 1355 | | |
| |||
0 commit comments