Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rollup-config): prevented pixi from being bundled ever again
A Pixi extension must never bundle `@pixi/*` packages or it would end up with a duplicate version. By forcing rollup to never bundle anything pixi we solve cryptic problems with browser builds pulling chunks of pixi into themselves. (Fun fact: This means our browser builds get even smaller 😅)
- Loading branch information