-
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.
Answered by
james-pre
Jan 3, 2025
Replies: 1 comment 4 replies
-
Hi @jcubic, I recently created |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
james-pre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jcubic, I recently created
@zenfs/bundle
, which should help as you can use bundles in development. Does this work for you?