-
Notifications
You must be signed in to change notification settings - Fork 64
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 JS imports on JuliaBox #99
Conversation
Codecov Report
@@ Coverage Diff @@
## master #99 +/- ##
==========================================
+ Coverage 60.8% 60.95% +0.15%
==========================================
Files 14 14
Lines 398 397 -1
==========================================
Hits 242 242
+ Misses 156 155 -1
Continue to review full report at Codecov.
|
I'm fine with the diff for now. We should look into fixing the webpack version that runs on Awesome improvements btw! Thank you. @djsegal does this still keep binder working? |
Hm, there's something wrong here. When I try to test MeshCat.jl over WebIO locally, I get |
I'll try to check this out tonight! Are there any reader's digest tips about what to look out for? |
Sigh. Weirdly, the
|
Safest thing to do seems to be to only set |
That sounds OK. |
from this discussion systemjs/systemjs#1150 it seems like I'm alarmed now by the extra 7k lines in this diff!! Let's try and fix that before merging.... I can try building it on my local setup when you're done editing. |
I see most of it is package-lock.json... Did you figure out if we can go back to webpack 0.21? |
Ok, sounds good. The extra 7k lines are all because I checked in But if you want to minimize the impact of this PR, I can remove |
I get the |
I'm ok to merge this and wait for resolution of the SystemJS issue. Then we can try and upgrade. Thanks a million for looking into these issues. This is great! |
Ok, sounds good. This includes all the changes from #103 as well, so this is the only PR that needs to be merged. I'd suggest doing a squash merge for this, since otherwise we'll accumulate a bunch of noisy changes in @djsegal this should now be ready to test on binder, if you have a chance. I'd suggest just running through the examples from the readme and making sure they all run. |
Supersedes #97, fixes #98, fixes #96, fixes #101
Edit: now rebased on #103