And the only reference I can find to this is in this package:
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)?
I'm getting a console warning:
And the only reference I can find to this is in this package:
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.