Replies: 1 comment
-
It turns out that this dependency is not good. I changed it source and use it as pure type definitions and it works well: https://gist.github.com/imWildCat/d1ec05981d78be47b48635fd5920daec |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use CloudKit JS (https://developer.apple.com/documentation/cloudkitjs) and
tsl-apple-cloudkit
(the typing definition).Without excluding
tsl-apple-cloudkit
, something is wrong with the CloudKit JS library. The minimized JS file is transformed incorrectly.However, if I exclude the typing lib (
tsl-apple-cloudkit
), it will show:Source code: https://github.com/imWildCat/vite-bug-array-buffer-demo
Beta Was this translation helpful? Give feedback.
All reactions