Skip to content

Commit 4583e1a

Browse files
authored
Fix: add pixi.js/pixijs to rollup config (#13)
1 parent 51f879e commit 4583e1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/configs/rollup.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ const banner = [
2020
].join('\n');
2121

2222
const builtInPackages = {
23+
'pixi.js': 'PIXI',
24+
pixijs: 'PIXI',
2325
'@pixi/accessibility': 'PIXI',
2426
'@pixi/app': 'PIXI',
2527
'@pixi/assets': 'PIXI',

0 commit comments

Comments
 (0)