BlocklyIO
BlocklyIO copied to clipboard
Bundle
How are you creating the bundle? Would you be interested in moving to actual ES modules and using something like rollup or webpack for the bundling part?
Same problem 😢
I found the way to create bundle.js:
sudo npm install browserify -g
browserify game-client.js > public/bundle.js
whoops my bad maybe I should document this a bit more clearly... I haven't been really maintaining this particular side project b/c i've been busy with a whole lot of other stuff. Sorry...