-
Found a bug
if we compile our code in the web editor for each compilation the p5 libraries are re-requested which is an unideal behaviour generally once these lib files are downloaded they shouldn't be fetched again for each compilation.
-
Steps to reproduce this bug:
- Take any sketch and then open the network tab.
- Now press the play button to compile the code.
- For each compile, the p5.js and other libs are refetched.
After One Press.

After Second Press
