LANCommander/LANCommander.Server/UI
akifreak a7bd41ff9d Fix game archive upload in web ui
bundle.js is built by webpack as an ES module (output.library.type:
'module'), ending with named exports such as:

  export { Be as ChunkUploader, s as InfiniteScroll, ... }

All three inclusion sites (App.razor, _Layout.cshtml,
ScriptLoader.razor) loaded it via a plain <script> tag, which is for
classic scripts only and does not support the 'export' keyword.

Edge throws a visible SyntaxError and uploading does not work.

Fixed by adding type="module" to the bundle.js script tag in all three
locations.
2026-04-03 21:21:40 +02:00
..
Components Fix script editor bindings, update BlazorMonaco 2026-03-20 00:01:12 -05:00
Pages Fix game archive upload in web ui 2026-04-03 21:21:40 +02:00
Shared Change namespace of abstractions 2025-03-16 14:35:53 -05:00
Views Refactor Settings 2025-11-16 12:31:25 -06:00
_Imports.razor Move file manager component to UI project 2025-09-06 12:57:15 -05:00
App.razor Fix game archive upload in web ui 2026-04-03 21:21:40 +02:00
Routes.razor Add component for better Not Found message 2026-01-18 02:09:07 -06:00