google-auth-library-nodejs
google-auth-library-nodejs copied to clipboard
Missing sourcemaps
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.