google-auth-library-nodejs icon indicating copy to clipboard operation
google-auth-library-nodejs copied to clipboard

Missing sourcemaps

Open Rigidoont opened this issue 4 years ago • 0 comments

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.

Rigidoont avatar Apr 04 '21 17:04 Rigidoont