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
One of my dependencies is wrapped as a browserify module which includes its sourcemap at the bottom like this: //# sourceMappingURL=data:application/json;charset:utf-8;base64, .... The entire sourceMappingURL is super long so that the following error is thrown:
Warning: Unable to read <path to file including the entire sourceMappingURL> (Error code: ENAMETOOLONG)
How might I resolve this issue?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
during the concatenation I would like to create a source map with the following options:
One of my dependencies is wrapped as a browserify module which includes its sourcemap at the bottom like this:
//# sourceMappingURL=data:application/json;charset:utf-8;base64, ...
. The entiresourceMappingURL
is super long so that the following error is thrown:Warning: Unable to read <path to file including the entire sourceMappingURL> (Error code: ENAMETOOLONG)
How might I resolve this issue?
Thanks
The text was updated successfully, but these errors were encountered: