You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if I follow the instructions to re-generate the javascript bundle, with:
using WebIO
WebIO.devsetup()
WebIO.bundlejs()
then the newly generated bundle seems to be somewhat broken. Attempting to run the same demo from the readme results in no output in IJulia, and the following error in the javascript console:
This is the root cause of the problems I'm having with #99
Using WebIO.jl master, I can successfully run the scope import demo from the readme: https://github.com/JuliaGizmos/WebIO.jl#loading-javascript-dependencies in IJulia.
But if I follow the instructions to re-generate the javascript bundle, with:
then the newly generated bundle seems to be somewhat broken. Attempting to run the same demo from the readme results in no output in IJulia, and the following error in the javascript console:
It looks like whatever webpack setup I'm getting with
devsetup()
is subtly broken or different than what was used to generate the bundle last.The text was updated successfully, but these errors were encountered: