smalltalk
smalltalk copied to clipboard
No docs or example about electron version
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?
That's a good idea for a PR :), anyways you can get minified UMD versions ready to use on release page.
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