Skip to content

Commit

Permalink
add pixi.js/pixijs to rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Jan 8, 2024
1 parent 0a8ab73 commit bf24669
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',

Check warning on line 24 in lib/configs/rollup.mjs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Unnecessarily quoted property 'pixijs' found

Check warning on line 24 in lib/configs/rollup.mjs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Unnecessarily quoted property 'pixijs' found
'@pixi/accessibility': 'PIXI',
'@pixi/app': 'PIXI',
'@pixi/assets': 'PIXI',
Expand Down

0 comments on commit bf24669

Please sign in to comment.