We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dist/<name>.js
HTMLManager is hardcoded to pull from dist/<package name>
dist/<package name>
We should inspect the main attribute of the package.json if possible to identify the entrypoint.
use e.g. perspective which emits to dist/esm/
dist/esm/
This likely won't work anyway due to use of esm, but just an example.
esm
Use the extension's preferred entry point, at the bare minimum main but ideally per-cdn.
main
#2381 voila-dashboards/voila#1128 voila-dashboards/voila#1154 bqplot/bqplot#1495
The text was updated successfully, but these errors were encountered:
Let CDN determine package's entrypoint, fixes jupyter-widgets#3898
f176bf3
No branches or pull requests
Description
HTMLManager is hardcoded to pull from
dist/<package name>
We should inspect the main attribute of the package.json if possible to identify the entrypoint.
Reproduce
use e.g. perspective which emits to
dist/esm/
This likely won't work anyway due to use of
esm
, but just an example.Expected behavior
Use the extension's preferred entry point, at the bare minimum
main
but ideally per-cdn.Context
#2381
voila-dashboards/voila#1128
voila-dashboards/voila#1154
bqplot/bqplot#1495
The text was updated successfully, but these errors were encountered: