Commit c684b19
committed
fix: inline JavaScript in index.html to support GameBridgeServer
GameBridgeServer only serves the index.html file and cannot serve external
JS files. Parcel was generating a separate index.js file which caused 404s.
Changes:
- Updated transform-bigint.js to inline external JavaScript
- JavaScript is now fully embedded in index.html
- Replaces <script src=/index.js> with inline <script>
- Includes JSBI and whatwg-fetch polyfills inline
- Fixed OperationCanceledException usage (was TimeoutException)
This fixes the "ready signal" never arriving from JavaScript.1 parent 6a59c4b commit c684b19
2 files changed
Lines changed: 7 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments