Open cas4 opened 4 years ago
Source map files are not created for JavaScript files that are generated from Typescript.
{ "outputFileName": "wwwroot/js/test.min.js", "inputFiles": [ "wwwroot/js/test.js" ], "minify": { "enabled": true } "sourceMap": true }
The minified source map file is not being generated
A map file for the minified JavaScript should be generated to allow for browser debugging.
I've been having a similar issue, and this wasn't always the case
Installed product versions
Description
Source map files are not created for JavaScript files that are generated from Typescript.
Steps to recreate
Current behavior
The minified source map file is not being generated
Expected behavior
A map file for the minified JavaScript should be generated to allow for browser debugging.