serdarciplak / BlazorMonaco

Blazor component for Microsoft's Monaco Editor which powers Visual Studio Code.
https://serdarciplak.github.io/BlazorMonaco/
MIT License
458 stars 98 forks source link

Reduce Package Size #141

Open AeonSake opened 1 week ago

AeonSake commented 1 week ago

Currently, source maps account for roughly 50% of the package size and there are also both minimized and non-minimized files in the output (accounting for around 25-30% of the package size). It would be great if source maps and non-minimized files could be removed (even maybe just for Release/publish targets?) which would significantly reduce the deployed package size.