Closed sachaw closed 1 year ago
latest release breaks typescript support, downgrading to 4.7.2 resolves the issue.
TSC error:
error TS2307: Cannot find module 'tslog' or its corresponding type declarations.
Another issue that is likely related, is consuming it with vite reports:
'Failed to resolve entry for package "tslog". The package may have incorrect main/module/exports specified in its package.json.'
It looks like only the browser package was built in the latest release.
Thanks guys. That's strange that the pre-publish build didn't run properly.
pre-publish
v4.7.4 fixes this.
v4.7.4
latest release breaks typescript support, downgrading to 4.7.2 resolves the issue.
TSC error:
Another issue that is likely related, is consuming it with vite reports: