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
Since electron doesn't support alert, prompt and confirm. I found this package for replacement native functions, but there's no example with electron. If possible, can you add electron version in example?
The text was updated successfully, but these errors were encountered:
Where's UMD version? I don't see in release page...
By the way, there's something went wrong in README.md
I tried to import smalltalk module and I'm getting an error
Also smalltalk/native says that it doesn't found
Look, you should configure webpack to make things work, if you want the simpler usage try to require smalltalk.min.js, I don’t publish it to npm, because for web projects it is bundled using webpack mostly :), and size is significantly less
Since electron doesn't support
alert
,prompt
andconfirm
. I found this package for replacement native functions, but there's no example with electron. If possible, can you add electron version in example?The text was updated successfully, but these errors were encountered: