bitplatform icon indicating copy to clipboard operation
bitplatform copied to clipboard

Enable source maps for minified js files

Open ysmoradi opened this issue 4 years ago • 0 comments

We're using build web compiler 2022 to minify js results of typescript compiler in the following areas:

1- src/Tooling/Bit.Tooling.Templates/TodoTemplate/Web/wwwroot/scripts 2- src/Client/Web/Playground/Bit.Client.Web.BlazorUI.Playground/Web/Scripts/app.ts 3- src/Client/Web/Bit.Client.Web.BlazorUI/Scripts/bit.blazorui.ts

The toolings current configuration generates no source map for the minified file which results into poor developer experience while debugging our typescript codes

ysmoradi avatar Mar 15 '22 14:03 ysmoradi