Closed MarkusWendorf closed 8 months ago
Hey @MarkusWendorf , thanks for the feedback and tips, I'll look into this!
Any progress? It's just not usable at all like this. Was very excited about maptiler, now have to look into something else.
@daanaerts @MarkusWendorf Hello, the very last version (1.8.1) contains the fix. Let me know if you encounter any issue.
Hello,
this package emits
*.cjs
files so I assume it should supportcjs
as well. However by usingquick-lru
which is ESM-only this breaks during runtime.To fix this, one could downgrade to the older version
quick-lru@5.1.1
.And a test should be added to make sure both
cjs
andesm
work as intended.