You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.1.5
Added
ESM build (lib/platypus.mjs) as the import entry in package.json exports; UMD (lib/platypus.js) remains the require entry.
Fixed
Pixi collectRenderablesWithEffects crash (Cannot read properties of undefined (reading 'push')) when consuming the npm package instead of /src: the prebuilt UMD hid Platypus's pixi.js sub-imports, so bundlers could omit mask/render pipes that masked sprites need. The ESM entry preserves those imports in the consumer's module graph.