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
At the end of every .js file there is a URL to their source maps, but there are no sourcemaps present in the installed package directory.
For example, at the end of the file node_modules\google-auth-library\build\src\auth\authclient.js there is a row: //# sourceMappingURL=authclient.js.map
That sourceMappingURL is pointing to a non-existent file. Chrome devtools' console is complaining about it a lot, it shows ~25 messages of missing sourcemaps for the files of this library.
The text was updated successfully, but these errors were encountered:
At the end of every
.js
file there is a URL to their source maps, but there are no sourcemaps present in the installed package directory.For example, at the end of the file
node_modules\google-auth-library\build\src\auth\authclient.js
there is a row://# sourceMappingURL=authclient.js.map
That
sourceMappingURL
is pointing to a non-existent file. Chrome devtools' console is complaining about it a lot, it shows ~25 messages of missing sourcemaps for the files of this library.The text was updated successfully, but these errors were encountered: