Replies: 1 comment
-
In case you want to find out more details, https://github.com/MolCrafts/molvis It is kind of a minimal reproducible environment. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thanks for developing such elegant lib!
I encountered a problem when using my angular project on anywidget. It raise two errors:
and then:
I made my ESM file following such steps:
esbuild src/page/dist/app/browser/main.js src/page/dist/app/browser/polyfills.js --bundle --format=esm --outdir=src/molvis/src/dist
to anywidgt project folderesbuild index.js --bundle --format=esm --outdir=./molvis
and above errors raised. I suspect it may related to HTML tag definition, and index.js can not find a proper tag to render?
Can you help me with this, or do you know how to debug in the browser?
Thanks a lot!!!
Beta Was this translation helpful? Give feedback.
All reactions