dotnet-websharper / core

WebSharper - Full-stack, functional, reactive web apps and microservices in F# and C#
https://websharper.com
Apache License 2.0
598 stars 50 forks source link

Fix source maps for offline sitelets #1307

Closed Jand42 closed 1 year ago

Jand42 commented 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.