myrne / performance-now

Implements performance.now (based on process.hrtime).
MIT License
162 stars 26 forks source link

DevTools failed to parse SourceMap: performance-now.js.map #18

Closed trevordmiller closed 6 years ago

trevordmiller commented 7 years ago

I'm getting a console warning: image

And the only reference I can find to this is in this package:

image

It seems to me that the # sourceMappingURL=performance-now.js.map line needs to point to an absolute path, not a relative path (which doesn't exist when being consumed as a library via npm in another package)?

Thank you.

sppatel commented 7 years ago

I am seeing this as well.

trevordmiller commented 6 years ago

This went away for me in latest dependency upgrades. Closing.