Open EnderCommunity opened 4 years ago
These are smalltalk's module files:
You should use bundled version with electron, or setup build process with webpack
:). Is it helps?
Can you tell me how can I install the bundled version? please
@EnderAdel you can’t install bundled version, you can only download it from releases page. Anyways you can add webpack
to your setup, and build it for yourself using webpack.config.js as an example. If you don’t use build system, I suggest you to add it for such case as the need of reuse some components of your application in the browser or node.js :).
it didn't work
Could you please provide error message you have?
+1
im having the same error, do you have something new @EnderCommunity ?
Use:
import smalltalk from 'smalltak/bundle';
or
const smalltalk = require('smalltalk/bundle');
Since v4.1.0
Is it works for you?