You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I'm trying to do is take in a file and output a minified version next to it with a source map.
Example:
file-debug.js
file-min.js
file-min.js.map
The problem is that no combination of rename that I use produces the correct result. The source maps "Sources" is updated to point at the output file (which is never correct). In my opinion the sources should always point at the input file (renaming further down the pipeline should not change this).
Ideas?
The text was updated successfully, but these errors were encountered:
What I'm trying to do is take in a file and output a minified version next to it with a source map.
Example:
file-debug.js
file-min.js
file-min.js.map
The problem is that no combination of rename that I use produces the correct result. The source maps "Sources" is updated to point at the output file (which is never correct). In my opinion the sources should always point at the input file (renaming further down the pipeline should not change this).
Ideas?
The text was updated successfully, but these errors were encountered: