Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing sourcemaps #1154

Closed
Rigidoont opened this issue Apr 4, 2021 · 1 comment · Fixed by #1669
Closed

Missing sourcemaps #1154

Rigidoont opened this issue Apr 4, 2021 · 1 comment · Fixed by #1669
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@Rigidoont
Copy link

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.

@bcoe bcoe added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Apr 5, 2021
@danielbankhead
Copy link
Contributor

We've removed source maps in our other libraries to keep the deliverables small (same with others, like nodejs-storage):

I've created a PR to remove the broken source maps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants