Hi, I recently switched from using CreateJS to PIXI and am quite unsure about best practices and typical ways of doing things.
I'm have a web app with a bunch of different JS files: pixi.js, greensock, howler and about 20 of my own.
Is it recommended to bundle everything into one big index.js file? Webpack recommends against this as it comes out at more than 500kb. So, what do you usually do? Load each of the libraries separately and then have one index.js for everything else?