Ivan Miloslavov
Ivan Miloslavov
Hi Lyrm, Your pull request doesn't seem to correct any part of the require function, would that be someone else correcting it? Thanks.
I see. From my understanding, all require (and for that matter, require_syntax) does is still deliver a success on first call of that function? That's why the `~on_open:` use works,...
Really looks like webpack issue. No context contains a variable called "p5". sound and sound.min equally affected. Currently solved by downgrading to 0.9, copying the sound.js into project folder, boosted...
Npm uninstall p5 Npm install P5 @0.9 Go into node_modules P5 folder Copy the P5 sound lib Paste it into my project files, I have a src/js folder for example...