A single (proper) bundle? Make it work on Deno? #199
-
Heya there. Fellow veteran Open Sourcer playing here, with this shiny new thing. I almost give up and went to build my app on the client side, or even with just basic Don't know if you are familiar with Deno, or Fresh in particular, but Fresh has Islands (client side components) like Astro. Thought, okay, I'll import viem from
Trying skypack's cdn now... Nope, they definitely don't like something about the chunking you're doing.
Raw from Github typescript source (rawgit cdn which is now at JSDelivr) doesn't work either, because does not have extensions in the import specifiers... So, I'm thinking if you can provide a single (and minified) ESM bundle of the internal things (and eventually the external ones)? Btw, you have typo in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can have a look into it! First-class support for Deno would definitely be nice.
This is expected (we use |
Beta Was this translation helpful? Give feedback.
Can have a look into it! First-class support for Deno would definitely be nice.
This is expected (we use
.mts
in dev) – before we publish, we convert this to.mjs
(you can see this here).