Skip to content

Commit

Permalink
Fix: add pixi.js/pixijs to rollup config (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie authored Jan 10, 2024
1 parent 51f879e commit 4583e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/configs/rollup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const banner = [
].join('\n');

const builtInPackages = {
'pixi.js': 'PIXI',
pixijs: 'PIXI',
'@pixi/accessibility': 'PIXI',
'@pixi/app': 'PIXI',
'@pixi/assets': 'PIXI',
Expand Down

0 comments on commit 4583e1a

Please sign in to comment.