Answer the question
In order to leave comments, you need to log in
How to glue sourcemap?
Now in the final file, sourcmap is written for each source file separately and chrome does not see them.
// from file 1.
(function(){
...
})
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVua25vd24i...
// from file 2.
(function(){
...
})
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVua25vd24i...
(function(){
...
})
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVua25vd24i...
Answer the question
In order to leave comments, you need to log in
if you are talking about tabs, then probably the easiest way to write a js script
This plugin wraps all manipulations with files and at the output we get one sourcemap.
https://www.npmjs.com/package/gulp-sourcemaps
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question