Closed Jand42 closed 1 year ago
This code
https://github.com/dotnet-websharper/core/blob/4bba03a8a0e97a5e22cd9a2f1452edbf322f7aae/src/sitelets/WebSharper.Sitelets.Offline/Output.fs#L201-L202
is appending //# sourceMappingURL=... to the map file instead of the js file as intended, needs fix for offline sitelets to work with source maps.
//# sourceMappingURL=...
This code
https://github.com/dotnet-websharper/core/blob/4bba03a8a0e97a5e22cd9a2f1452edbf322f7aae/src/sitelets/WebSharper.Sitelets.Offline/Output.fs#L201-L202
is appending
//# sourceMappingURL=...
to the map file instead of the js file as intended, needs fix for offline sitelets to work with source maps.