-
-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
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
fix(examples): use ESM package in examples #2631
Conversation
Did you try to run |
Yes i have tried to launch some examples, they work without errors. For the |
|
9efdab1
to
822793f
Compare
@floryst should we merge? Or are you waiting on something before merging it? |
I still have to add the alias for the documentation, but i am unable to see the result of the example(the same page is displayed inside the iframe) |
Yes the iframe as an issue when running locally but if you go to the full example it should work. |
822793f
to
de839e3
Compare
@floryst I have made the changes, the |
Sounds good! I'll test it one more time and if it's good, I'll go ahead and merge. |
LGTM, thanks!!! |
🎉 This PR is included in version 25.13.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 26.0.0-beta.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Context
The recommended package is the ESM package but the UMD packages is used in all examples, this PR will allow all the examples to switch to ESM package.
Results
All the examples should build fine and use the ESM package
@kitware/vtk.js
Changes
PR and Code Checklist
npm run reformat
to have correctly formatted codeTesting