You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
You can make even more of a workaround by changing the build script in package.json to rm -rf node_modules/.cache/rollup-plugin-typescript2/ && tsdx build so you don't forget
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to Reproduce
yarn build
Observed Behaviour
Declarations should be consistent and correct.
Expected Behaviour
They are not consistent because of a cache, provided by
rollup-plugin-typescript2
.Technical Notes
To workaround this, always run this before building:
This is another reason to ditch
tsdx
.The text was updated successfully, but these errors were encountered: