A pure JS dist on npm without any typescript dependencies #3489
Unanswered
treeder
asked this question in
Idea / Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to import viem using jsdelivr (esm.sh is down right now), but I'm running into dependency issues that look like are purely for TypeScript support (which obviously shouldn't be required in production) like
abitype
andzod
.Could you make a dist ESM build so we don't have to depend on esm.sh building it? We should be able to just use any CDN directly without a builder. Most libraries already do this.
ie: this "should" work in an import map:
Beta Was this translation helpful? Give feedback.
All reactions