opd Posted June 19, 2020 Share Posted June 19, 2020 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? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted June 19, 2020 Share Posted June 19, 2020 Build yours, everything else better be external. You can specify global variables like `PIXI` in webpack config. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.