Open corysimmons opened 8 years ago
I've went through a bunch of tutorials/videos and such. Keep running into stupid Buffer is not defined and other crap errors.
Buffer is not defined
It'd be nice if someone went over how to do this with Rollup.
Here's how you do it in Browserify: browserify node.js > browser.js
browserify node.js > browser.js
I've went through a bunch of tutorials/videos and such. Keep running into stupid
Buffer is not defined
and other crap errors.It'd be nice if someone went over how to do this with Rollup.
Here's how you do it in Browserify:
browserify node.js > browser.js