Skip to content

Warning in DevTools about missing source maps #202

@nolanlawson

Description

@nolanlawson

Hello, thanks for making this library! It's incredibly useful. 🙂

I noticed when I run node --inspect-brk (i.e. the Node inspector tool) in a project containing table, the Chrome DevTools complain about not being able to load source maps:

Screenshot from 2021-12-27 16-25-30

The reason seems to be that the published .js files (e.g. alignTableData.js) contain //# sourceMappingURL=<filename>.js.map at the end, but the .js.map files are not actually published.

It would be great if either 1) the .js.map files were published, or 2) the sourceMappingURL were removed, to avoid seeing a warning about missing source maps.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions