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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packages pushed to CDN may define widget/extension entrypoints other than index.js.
index.js
xref: finos/perspective#1773 voila extension loader:
voila/packages/voila/src/loader.ts
Line 44 in 857eb69
We should inspect the main attribute of the package.json if possible to identify the entrypoint.
voila version: all to date
The text was updated successfully, but these errors were encountered:
No dist/index.js: #882
dist/index.js
Sorry, something went wrong.
#894
#892
Loading extensions from CDN is removed in 0.5.0
dist/<name>.js
Successfully merging a pull request may close this issue.
Description
Packages pushed to CDN may define widget/extension entrypoints other than
index.js
.xref: finos/perspective#1773
voila extension loader:
voila/packages/voila/src/loader.ts
Line 44 in 857eb69
Expectation
We should inspect the main attribute of the package.json if possible to identify the entrypoint.
Context
voila version: all to date
The text was updated successfully, but these errors were encountered: