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
I'm trying to use a grunt-concat-sourcemap task after a grunt-browserify task but I'm getting a warning as grunt-concat-sourcemap is trying to use the encoded string as a filename to open.
Browserify embeds the source map as a base64 encoded string, i.e: data:application/json;base64.
Could this plugin detect the embedded source map, decode it and use it directly?
The text was updated successfully, but these errors were encountered:
I'm trying to use a grunt-concat-sourcemap task after a grunt-browserify task but I'm getting a warning as grunt-concat-sourcemap is trying to use the encoded string as a filename to open.
Browserify embeds the source map as a base64 encoded string, i.e:
data:application/json;base64
.Could this plugin detect the embedded source map, decode it and use it directly?
The text was updated successfully, but these errors were encountered: