-
I've tried to use importmap: https://codepen.io/jcubic/pen/dPbVavM?editors=1011 But got a random error about some variable being undefined. Also the NPM package don't include UMD files, so you can't use it as script tag. I've got a bug report and I can't even create a demo app to test it: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @jcubic, I recently created |
Beta Was this translation helpful? Give feedback.
-
I'm not exactly sure what problem with import maps you were having but I've used it just fine with esm.sh import maps. |
Beta Was this translation helpful? Give feedback.
Hi @jcubic, I recently created
@zenfs/bundle
, which should help as you can use bundles in development. Does this work for you?