When using Webpack,
257 | Rollup or
258 | Parcel you can embed
259 | the follow code in your project and then
260 | simply import * as PIXI from './pixi.js'.
261 |
Since unused Renderer, Application and Loader plugins prevent
262 | proper tree-shaking using bundlers, it can be useful to bundle
263 | your own version of PixiJS with only the parts your project needs
264 | producing the smallest possible filesize.